Changeset 5324


Ignore:
Timestamp:
2003-08-28T12:44:38+12:00 (21 years ago)
Author:
jmt12
Message:

Removed the tree refresh for mirror pane as it no longer has a tree

File:
1 edited

Legend:

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

    r5311 r5324  
    426426        // General preferences
    427427        Gatherer.config.set("general.show_file_size", Configuration.COLLECTION_SPECIFIC, show_file_size_checkbox.isSelected());
    428         if(Gatherer.g_man.mirror_pane != null) {
    429         Gatherer.g_man.mirror_pane.refreshTrees();
    430         }
    431428        Gatherer.g_man.collection_pane.refreshTrees();
    432429        Gatherer.g_man.metaedit_pane.refreshTrees();
Note: See TracChangeset for help on using the changeset viewer.