Changeset 13601


Ignore:
Timestamp:
2007-01-12T17:26:37+13:00 (17 years ago)
Author:
mdewsnip
Message:

Now loads the classifiers and plugins after the GUI has opened, so it doesn't look so funny when using a remote Greenstone.

File:
1 edited

Legend:

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

    r13600 r13601  
    402402    // Create GUI Manager (last) or else suffer the death of a thousand NPE's
    403403    g_man = new GUIManager(size);
    404 
    405     // Get a list of the core Greenstone classifiers and plugins
    406     Classifiers.loadClassifiersList(null);
    407     Plugins.loadPluginsList(null);
    408404    }
    409405
     
    461457        g_man.setVisible(true);
    462458    }
     459
     460    // Get a list of the core Greenstone classifiers and plugins
     461    Classifiers.loadClassifiersList(null);
     462    Plugins.loadPluginsList(null);
    463463
    464464    // If using a remote Greenstone we need to download the collection configurations now
Note: See TracChangeset for help on using the changeset viewer.