Ignore:
Timestamp:
2020-07-04T06:34:20+12:00 (4 years ago)
Author:
ak19
Message:

Still part of commit 34241 and now also 34245.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/gli/src/org/greenstone/gatherer/gui/GUIManager.java

    r34205 r34246  
    8787    public FileOpenActionListener foa_listener = new FileOpenActionListener();
    8888
    89 
    9089    /** A reference to the currently instantiated help window, if any. */
    9190    private HelpFrame help = null;
     
    305304        }
    306305        //Gatherer.c_man.saveCollection(); //shouldn't have to do this, in theory. See above comment
     306
     307        Gatherer.c_man.getAllAssignedMetadataForAllFiles();
    307308       
    308309        ConfigFileEditor configEditor = new ConfigFileEditor();
     
    10831084    // remember to click other panes whenever they want to edit the collConfig.xml.   
    10841085    private void doLoseFocus() {
    1085    
    10861086    if (previous_pane != null) {
    10871087        if (previous_pane == gather_pane) {
     
    11031103    }
    11041104    public void doRegainFocus() {
    1105    
    11061105    if (previous_pane != null) {
    11071106        if (previous_pane == gather_pane) {
Note: See TracChangeset for help on using the changeset viewer.