Ignore:
Timestamp:
2005-08-01T14:48:36+12:00 (19 years ago)
Author:
mdewsnip
Message:

Now downloads the collection configurations (when using a remote Greenstone server) when the GLI starts up, rather than when File -> Open is selected.

File:
1 edited

Legend:

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

    r10264 r10379  
    5858import org.greenstone.gatherer.gui.metaaudit.MetaAuditFrame;
    5959import org.greenstone.gatherer.gui.tree.DragTree;
    60 import org.greenstone.gatherer.remote.RemoteGreenstoneServer;
    6160import org.greenstone.gatherer.util.JarTools;
    6261import org.greenstone.gatherer.util.StaticStrings;
     
    183182    }
    184183    else if (esrc == menu_bar.file_open) {
    185         // If using a remote Greenstone server, download the collection configurations
    186         if (Gatherer.isGsdlRemote) {
    187         RemoteGreenstoneServer.downloadCollectionConfigurations();
    188         }
    189 
    190184        String collection_file_path = showOpenCollectionDialog();
    191185
Note: See TracChangeset for help on using the changeset viewer.