Changeset 5867


Ignore:
Timestamp:
2003-11-18T14:01:22+13:00 (20 years ago)
Author:
mdewsnip
Message:

Fixed check for updating the Mirror tab.

File:
1 edited

Legend:

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

    r5847 r5867  
    581581    }
    582582    // If the rawname was mirror then rebuild workspace tree to remove caches.
    583     if(rawname.equals("Mirroring")) {
     583    if (rawname.equals("Mirror")) {
    584584        collection_pane.refreshWorkspaceTree(WorkspaceTree.MAPPED_DIRECTORIES_CHANGED);
    585585    }
Note: See TracChangeset for help on using the changeset viewer.