Changeset 9026


Ignore:
Timestamp:
2005-02-14T17:04:10+13:00 (19 years ago)
Author:
mdewsnip
Message:

Minor variable rename.

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

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/collection/CollectionTree.java

    r8853 r9026  
    5252        // Mark explodable files with a different icon
    5353        if (value instanceof CollectionTreeNode && ((CollectionTreeNode) value).isExplodable()) {
    54         tree_cell.setIcon(CollectionTreeNode.GREEN_FILE);
     54        tree_cell.setIcon(CollectionTreeNode.GREEN_FILE_ICON);
    5555        }
    5656
  • trunk/gli/src/org/greenstone/gatherer/collection/CollectionTreeNode.java

    r8853 r9026  
    3939    extends FileNode
    4040{
    41     static final public ImageIcon GREEN_FILE = Utility.getImage("greenfile.gif", true);
     41    static final public ImageIcon GREEN_FILE_ICON = Utility.getImage("greenfile.gif", true);
    4242
    4343    /** Is this file a metadata database that is explodable with the explode_metadata_databases.pl script? */
Note: See TracChangeset for help on using the changeset viewer.