Changeset 4307


Ignore:
Timestamp:
2003-05-23T16:28:01+12:00 (21 years ago)
Author:
jmt12
Message:

bug fix

File:
1 edited

Legend:

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

    r4293 r4307  
    653653          NewCollectionDetailsPrompt ncd_prompt = new NewCollectionDetailsPrompt();
    654654          // If no previous collection was indicated as a model design, then show the metadata selection prompt from new collection prompt
    655           if(!ncd_prompt.isCancelled() && (ncd_prompt.getBase() == null || ncd_prompt.getBase().length() == 0)) {
     655          if(!ncd_prompt.isCancelled() && (ncd_prompt.getBase() == null)) {
    656656                ncm_prompt = new NewCollectionMetadataPrompt();
    657657          }
Note: See TracChangeset for help on using the changeset viewer.