Changeset 9753


Ignore:
Timestamp:
2005-04-27T11:15:23+12:00 (19 years ago)
Author:
mdewsnip
Message:

Made it so you don't have to enter a description when creating a new collection.

File:
1 edited

Legend:

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

    r9045 r9753  
    349349        }
    350350        }
    351        
     351
    352352        description_final = description.getText();
    353         if(description_final.length() == 0) {
    354         JOptionPane.showMessageDialog(Gatherer.g_man, Dictionary.get("NewCollectionPrompt.Description_Error"), Dictionary.get("NewCollectionPrompt.Error"), JOptionPane.ERROR_MESSAGE);
    355         return;
    356         }
     353
    357354        // If we got this far there are no errors.
    358355        Item item_final = (Item) base_collection.getSelectedItem();
Note: See TracChangeset for help on using the changeset viewer.