Ignore:
Timestamp:
2005-07-13T11:44:07+12:00 (19 years ago)
Author:
mdewsnip
Message:

Added the "isApplet" variable to allow the GLI to use a remote Greenstone server running stand-alone as well as an applet.

File:
1 edited

Legend:

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

    r10016 r10239  
    416416
    417417    if (!Gatherer.c_man.ready() || design_pane.canSave()) {
    418         if (Gatherer.isGsdlRemote) {           
     418        // If we're running as an applet we don't actually quit, just hide the main GLI window
     419        if (Gatherer.isApplet) {
    419420        // consider saving???
    420421        setVisible(false);
Note: See TracChangeset for help on using the changeset viewer.