Changeset 10965 for trunk/gli


Ignore:
Timestamp:
2005-11-30T15:52:22+13:00 (18 years ago)
Author:
kjdon
Message:

moved the index_manager.setMGPPEnabled call into IndexManager

File:
1 edited

Legend:

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

    r10556 r10965  
    429429       
    430430        model.root.setAttribute(CollectionConfiguration.ASSIGNED_ATTRIBUTE, (advanced_search_enabled ? CollectionConfiguration.TRUE_STR : CollectionConfiguration.FALSE_STR));
    431         CollectionDesignManager.index_manager.setMGPPEnabled(advanced_search_enabled);
    432431        validateControls(advanced_search_enabled);
    433432        if ((!build_type.isAssigned() && advanced_search_enabled) ||
Note: See TracChangeset for help on using the changeset viewer.