Ignore:
Timestamp:
2006-04-07T16:56:05+12:00 (18 years ago)
Author:
mdewsnip
Message:

The collection tree object is now created and owned by CollectionManager.

File:
1 edited

Legend:

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

    r11626 r11627  
    131131
    132132    DragGroup group = new DragGroup();
    133     collection_tree = Gatherer.g_man.gather_pane.collection_tree;
     133    collection_tree = Gatherer.c_man.getCollectionTree();
    134134    group.add(collection_tree);
    135135    collection_tree.getSelectionModel().setSelectionMode(TreeSelectionModel.DISCONTIGUOUS_TREE_SELECTION);
Note: See TracChangeset for help on using the changeset viewer.