Changeset 17004 for gli


Ignore:
Timestamp:
2008-08-25T21:09:28+12:00 (16 years ago)
Author:
ak19
Message:

Fixed small bug that made the browser (Firefox) crash when trying to reload the Applet (for GS3)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gli/trunk/src/org/greenstone/gatherer/GathererApplet.java

    r17000 r17004  
    201201    System.err.println("Destroy called");
    202202    gatherer.exit();
    203     gatherer = null;
     203    // Don't do the following: on reloading the applet in the browser
     204    // the browser (tested on Firefox) crashes if gatherer set to null here.
     205    //gatherer = null;
    204206    System.err.println("Done gatherer exit.");
    205207    }
Note: See TracChangeset for help on using the changeset viewer.