Ignore:
Timestamp:
2006-09-14T12:46:05+12:00 (18 years ago)
Author:
mdewsnip
Message:

Changed the "creating collection" progress dialog to be consistent with the "loading collection" dialog.

File:
1 edited

Legend:

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

    r12609 r12739  
    786786        Gatherer.c_man.createCollection(ncd_prompt.getDescription(), Configuration.getEmail(), ncd_prompt.getName(), ncd_prompt.getTitle(), ncd_prompt.getBase(), metadata_sets);
    787787        ncd_prompt.dispose();
    788 
    789         // Return to some initial pane (Gather)
    790         returnToInitialPane();
    791 
    792         // Refresh the workspace tree to allow for the new collection
    793         refreshWorkspaceTree(WorkspaceTree.LIBRARY_CONTENTS_CHANGED);
    794 
    795         // Refresh the rest of the GLI
    796         Gatherer.refresh(Gatherer.COLLECTION_OPENED);
    797788        }
    798789
Note: See TracChangeset for help on using the changeset viewer.