Ignore:
Timestamp:
2009-04-23T14:30:16+12:00 (15 years ago)
Author:
kjdon
Message:

made the GLI title display teh qualified collection name

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gli/trunk/src/org/greenstone/gatherer/cdm/GeneralManager.java

    r18412 r19225  
    441441        // Set the title
    442442        String collection_title = name_textfield.getText();
    443         String collection_name = CollectionManager.getLoadedCollectionName();
     443        String collection_name = CollectionManager.getLoadedGroupQualifiedCollectionName(true);
    444444        Gatherer.g_man.setTitle(collection_title, collection_name);
    445                 collection_name_collectionmeta.setValue(name_textfield.getText());
     445                collection_name_collectionmeta.setValue(collection_title);
    446446        collection_title = null;
    447447        collection_name = null;
Note: See TracChangeset for help on using the changeset viewer.