Ignore:
Timestamp:
2006-04-07T17:05:48+12:00 (18 years ago)
Author:
mdewsnip
Message:

Tidied up the MetaAuditFrame so it doesn't require any parameters or use the tree synchronizer.

File:
1 edited

Legend:

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

    r11626 r11628  
    112112    this.size = size;
    113113    this.collection_tree_sync = new TreeSynchronizer();
    114     this.meta_audit = new MetaAuditFrame(collection_tree_sync, null);
    115114   
    116115    this.setDefaultCloseOperation(DO_NOTHING_ON_CLOSE);
     
    375374        tab_pane.setEnabledAt(tab_pane.indexOfComponent(create_pane), false);
    376375        }
     376
     377        // The MetaAuditFrame must be created after the gather/enrich panes but before they get focus
     378        meta_audit = new MetaAuditFrame();
    377379
    378380        // Select the collect pane if it is available
Note: See TracChangeset for help on using the changeset viewer.