Ignore:
Timestamp:
2003-11-19T14:08:32+13:00 (21 years ago)
Author:
kjdon
Message:

instead of configuring the server via the preview pane, now we do it via the Gatherer itself

Location:
trunk/gli/src/org/greenstone/gatherer/collection
Files:
2 edited

Legend:

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

    r5854 r5893  
    10351035        if(Gatherer.config.exec_file != null) {
    10361036        ///ystem.err.println("Local Library Found!");
    1037         Gatherer.g_man.preview_pane.configServer(GSDLSiteConfig.ADD_COMMAND + collection.getName());
     1037        //Gatherer.g_man.preview_pane.configServer(GSDLSiteConfig.ADD_COMMAND + collection.getName());
     1038        Gatherer.self.configServer(GSDLSiteConfig.ADD_COMMAND + collection.getName());
    10381039        }
    10391040        //else {
     
    12031204        if(Gatherer.config.exec_file != null) {
    12041205        ///ystem.err.println("Local Library Found!");
    1205         Gatherer.g_man.preview_pane.configServer(GSDLSiteConfig.RELEASE_COMMAND + collection.getName());
     1206        //Gatherer.g_man.preview_pane.configServer(GSDLSiteConfig.RELEASE_COMMAND + collection.getName());
     1207        Gatherer.self.configServer(GSDLSiteConfig.RELEASE_COMMAND + collection.getName());
    12061208        }
    12071209
  • trunk/gli/src/org/greenstone/gatherer/collection/DeleteCollectionPrompt.java

    r5854 r5893  
    306306        if(Gatherer.config.exec_file != null) {
    307307        ///ystem.err.println("Local Library Found!");
    308         Gatherer.g_man.preview_pane.configServer(GSDLSiteConfig.RELEASE_COMMAND + collection.getName());
     308        //Gatherer.g_man.preview_pane.configServer(GSDLSiteConfig.RELEASE_COMMAND + collection.getName());
     309        Gatherer.self.configServer(GSDLSiteConfig.RELEASE_COMMAND + collection.getName());
    309310        }
    310311
Note: See TracChangeset for help on using the changeset viewer.