Ignore:
Timestamp:
2004-05-27T17:12:03+12:00 (20 years ago)
Author:
mdewsnip
Message:

Some tidy ups in preparation for finalising the workspace and collection tree refreshing.

File:
1 edited

Legend:

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

    r7360 r7482  
    575575            }
    576576            synchronized(this) {
    577             ///ystem.err.println("Queue size = " + queue.size());
    578             // Force the trees to refresh (but only if there is something on screen!)
    579             if(Gatherer.g_man != null) {
    580                 Gatherer.g_man.refreshTrees(DragTree.COLLECTION_CONTENTS_CHANGED);
    581             }
     577            // Force both workspace and collection trees to refresh
     578            if (Gatherer.g_man != null) {
     579                Gatherer.g_man.refreshWorkspaceTree(DragTree.COLLECTION_CONTENTS_CHANGED);
     580                Gatherer.g_man.refreshCollectionTree(DragTree.COLLECTION_CONTENTS_CHANGED);
     581            }
     582
    582583            // Reset status area
    583584            file_status.setText(Dictionary.get("FileActions.No_Activity"));
Note: See TracChangeset for help on using the changeset viewer.