Ignore:
Timestamp:
2005-02-16T12:08:01+13:00 (19 years ago)
Author:
mdewsnip
Message:

Removed splash screen. It is no longer needed because the GLI now opens fully before opening the last loaded collection.

File:
1 edited

Legend:

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

    r9055 r9058  
    3333import org.greenstone.gatherer.feedback.ActionRecorderDialog;
    3434import org.greenstone.gatherer.gui.GUIManager;
    35 import org.greenstone.gatherer.gui.Splash;
     35
    3636
    3737/** Containing the main() method for the Gatherer, this class is the
     
    9292    }
    9393
    94     // Splash screen.
    95     Splash splash = new Splash();
    9694    GUIManager g_man
    9795        = gatherer.init(size, go.gsdl_path, go.gsdl3_path, go.local_library_path,
     
    9997                 go.no_load, go.filename, go.site_name,
    10098                 go.servlet_path, go.wget_version_str, go.wget_path);
    101     gatherer.run(size,splash,g_man);
     99    gatherer.run(size, g_man);
    102100
    103101    // If there was an open collection last session, reopen it.
Note: See TracChangeset for help on using the changeset viewer.