Changeset 5175


Ignore:
Timestamp:
2003-08-18T15:19:42+12:00 (21 years ago)
Author:
mdewsnip
Message:

Commented out fireSelect function.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/sarm/SearchAndReplace.java

    r4418 r5175  
    402402      */
    403403    private void fireSelect(FileNode record, Metadata metadata) {
    404     // Ensure that either the MetaEditPane is visible.
    405     Gatherer.g_man.setSelectedView(Gatherer.g_man.metaedit_pane);
    406     // Select the appropriate record in the metaedit pane tree, which will cause the Metadata table to update with the appropriate bunch of metadata...
    407     TreePath path = new TreePath(record.getPath());
    408     Gatherer.g_man.metaedit_pane.expandPath(path);
    409     // Now select the correct metadata.
    410     Rectangle bounds = Gatherer.g_man.metaedit_pane.setSelectedMetadata(metadata);
    411     unhideSelection(bounds);
     404//      // Ensure that either the MetaEditPane is visible.
     405//      Gatherer.g_man.setSelectedView(Gatherer.g_man.metaedit_pane);
     406//      // Select the appropriate record in the metaedit pane tree, which will cause the Metadata table to update with the appropriate bunch of metadata...
     407//      TreePath path = new TreePath(record.getPath());
     408//      Gatherer.g_man.metaedit_pane.expandPath(path);
     409//      // Now select the correct metadata.
     410//      Rectangle bounds = Gatherer.g_man.metaedit_pane.setSelectedMetadata(metadata);
     411//      unhideSelection(bounds);
    412412    }
    413413    /** Retrieve a pharse string from the Dictionary matching the given key.
Note: See TracChangeset for help on using the changeset viewer.