Ignore:
Timestamp:
2009-04-22T17:39:05+12:00 (15 years ago)
Author:
ak19
Message:

Undoing the changes where the Collection.getName() always returned the groupQualifiedName(). Now it returns the collection's subname again.

File:
1 edited

Legend:

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

    r19197 r19203  
    7777    // so getting a collection-name may have a collection group prefix
    7878    // This means CollectionManager.getLoadedCollectionName() is no longer sufficient
    79     String collGroupWithName = CollectionManager.getLoadedCollectionName();
     79    String collGroupWithName = CollectionManager.getLoadedGroupQualifiedCollectionName(true);
    8080
    8181    // set up the home page for the current collection
Note: See TracChangeset for help on using the changeset viewer.