Changeset 5057


Ignore:
Timestamp:
2003-07-29T10:47:29+12:00 (21 years ago)
Author:
jmt12
Message:

Patch for Mike Jensen.

Location:
trunk/gli/src/org/greenstone/gatherer
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/file/FileSystemModel.java

    r4801 r5057  
    235235    public void treeWillCollapse(TreeExpansionEvent event)
    236236    throws ExpandVetoException {
    237     // Veto the event if the user is attempting to collapse the root node (regardless of whether it is visible.
     237    // Veto the event if the user is attempting to collapse the root node (regardless of whether it is visible).
    238238    TreePath path = event.getPath();
    239239    if(path.getPathCount() == 1) {
  • trunk/gli/src/org/greenstone/gatherer/gui/CollectionPane.java

    r4803 r5057  
    327327    collection_tree.setTextSelectionColor(Gatherer.config.getColor("coloring.collection_selection_foreground", false));
    328328    collection_tree.setRootVisible(false);
     329    //collection_tree.setRootVisible(true);
    329330
    330331    collection_scroll = new JScrollPane(collection_tree);
Note: See TracChangeset for help on using the changeset viewer.