Ignore:
Timestamp:
2009-02-25T10:13:39+13:00 (15 years ago)
Author:
kjdon
Message:

GLI three modes change: file tree filters are now editable in librarian mode, and regex plugin/classifier arguments are now shown in librarian mode

File:
1 edited

Legend:

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

    r13591 r18593  
    6161
    6262    filter.setBackground(Configuration.getColor("coloring.workspace_heading_background", false));
    63     filter.setEditable(Configuration.getMode() > Configuration.LIBRARIAN_MODE);
     63    filter.setEditable(Configuration.getMode() >= Configuration.LIBRARIAN_MODE);
    6464    }
    6565
Note: See TracChangeset for help on using the changeset viewer.