Changeset 10264


Ignore:
Timestamp:
2005-07-22T16:21:19+12:00 (19 years ago)
Author:
mdewsnip
Message:

Now downloads the collection configuration files when File -> Open is selected, if using a remote Greenstone server.

File:
1 edited

Legend:

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

    r10239 r10264  
    5858import org.greenstone.gatherer.gui.metaaudit.MetaAuditFrame;
    5959import org.greenstone.gatherer.gui.tree.DragTree;
     60import org.greenstone.gatherer.remote.RemoteGreenstoneServer;
    6061import org.greenstone.gatherer.util.JarTools;
    6162import org.greenstone.gatherer.util.StaticStrings;
     
    182183    }
    183184    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
    184190        String collection_file_path = showOpenCollectionDialog();
    185191
Note: See TracChangeset for help on using the changeset viewer.