Changeset 11316


Ignore:
Timestamp:
2006-03-08T17:18:57+13:00 (18 years ago)
Author:
kjdon
Message:

made gather_pane public - want to get access to the workspace tree so that we can use that when replacing a file with something from outside a collection

File:
1 edited

Legend:

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

    r10726 r11316  
    7272    public DownloadPane download_pane = null;
    7373    /** The gather pane is more like a file manager where you drag files from one tree to another. */
    74     private GatherPane gather_pane = null;
     74    public GatherPane gather_pane = null;
    7575    /** The enrich pane is used to assign, edit and remove metadata from files within the collection. */
    7676    public EnrichPane enrich_pane = null;
Note: See TracChangeset for help on using the changeset viewer.