Changeset 17006


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

Final bugfix in GathererApplet4gs3.java before it gets removed from the repository tomorrow (people using an older version of GS3 can then still be given a link to this updated version stored in the SVN history).

File:
1 edited

Legend:

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

    r16998 r17006  
    174174    System.err.println("Destroy called");
    175175    gatherer.exit();
    176     gatherer = null;
     176    // bug that causes browser (Firefox to freeze) when trying to reload the applet
     177    // gatherer = null;
    177178    System.err.println("Done gatherer exit.");
    178179    }
Note: See TracChangeset for help on using the changeset viewer.