Ignore:
Timestamp:
2004-02-18T17:14:17+13:00 (20 years ago)
Author:
mdewsnip
Message:

Variable names changes needed because of the name change of the Gather, Enrich and Design pane java files.

File:
1 edited

Legend:

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

    r6770 r6842  
    142142    Gatherer.config.addDirectoryMapping(name, file);
    143143    // Now update the tree
    144     Gatherer.g_man.collection_pane.refreshWorkspaceTree(WorkspaceTree.MAPPED_DIRECTORIES_CHANGED);
     144    Gatherer.g_man.gather_pane.refreshWorkspaceTree(WorkspaceTree.MAPPED_DIRECTORIES_CHANGED);
    145145    }
    146146    /** This method calls the builcol.pl scripts via a GShell so as to not lock up the processor.
     
    461461        // workspace_model = null;
    462462        // set the view to Gather pane
    463         Gatherer.g_man.setSelectedView(Gatherer.g_man.collection_pane);
     463        Gatherer.g_man.setSelectedView(Gatherer.g_man.gather_pane);
    464464        Gatherer.g_man.collectionChanged(ready());
    465465    }
     
    11771177    File file = Gatherer.config.removeDirectoryMapping(target.toString());
    11781178    // Update tree.
    1179     Gatherer.g_man.collection_pane.refreshWorkspaceTree(WorkspaceTree.MAPPED_DIRECTORIES_CHANGED);
     1179    Gatherer.g_man.gather_pane.refreshWorkspaceTree(WorkspaceTree.MAPPED_DIRECTORIES_CHANGED);
    11801180    return file;
    11811181    }
     
    11961196     * @see org.greenstone.gatherer.Gatherer
    11971197     * @see org.greenstone.gatherer.gui.GUIManager
    1198      * @see org.greenstone.gatherer.gui.GConfigPane
    11991198     * @see org.greenstone.gatherer.collection.Collection
    12001199     */
Note: See TracChangeset for help on using the changeset viewer.