Ignore:
Timestamp:
2006-12-15T14:31:05+13:00 (17 years ago)
Author:
mdewsnip
Message:

Removed a weird bit of code that caused a NPE when trying to open Preferences without a collection open.

File:
1 edited

Legend:

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

    r13399 r13519  
    200200    }
    201201    else if (esrc == menu_bar.file_options) {
    202         // Just incase the user has edited the GeneralSettings of a collection without losing focus afterwards. Well I'm forever losing foc... ooh shiney.
    203         design_pane.loseFocus();
    204         // And spawn a new preferences.
    205202        new Preferences();
    206203    }
Note: See TracChangeset for help on using the changeset viewer.