Ignore:
Timestamp:
2009-02-24T13:48:08+13:00 (15 years ago)
Author:
kjdon
Message:

GLI three modes change: systems mode is no more.

File:
1 edited

Legend:

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

    r18396 r18589  
    557557   
    558558    // If we were cancelled, and we are lower details modes, fire off one last message.
    559     if(status == CANCELLED && Configuration.getMode() <= Configuration.SYSTEMS_MODE) {
     559    if(status == CANCELLED && Configuration.getMode() <= Configuration.LIBRARIAN_MODE) {
    560560        GShellEvent current_event = new GShellEvent(this, 0, type, Dictionary.get("GShell.Build.BuildCancelled"), status);
    561561        Object[] concerned = listeners.getListenerList();
Note: See TracChangeset for help on using the changeset viewer.