Ignore:
Timestamp:
2009-01-12T11:19:54+13:00 (15 years ago)
Author:
kjdon
Message:

updated the rtl-gli branch with files from trunk. Result of a merge 14807:18318

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gli/branches/rtl-gli/src/org/greenstone/gatherer/GathererApplet4gs3.java

    r14330 r18363  
    117117    Gatherer.isApplet = true;
    118118    String library_url_string = fullLibraryURL(getParameter("gwcgi"));
    119     String gliserver_url_string = library_url_string + "/cgi-bin/gliserver4gs3.pl";
     119    String gliserver_url_string = library_url_string + "/cgi-bin/gliserver.pl";
    120120    String[] args = { "-use_remote_greenstone",
    121121              "-gliserver_url", gliserver_url_string,
     
    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.