Ignore:
Timestamp:
2004-01-22T16:19:34+13:00 (20 years ago)
Author:
jmt12
Message:

Started effecting the changes requested by Ian and David. So far I've removed the complex arguments, and have ensured that the path is correct for downloads without page requisites. I've also tried to get the workspace tree to update properly, and it is much closer than before but it is now temporarily displaying the same node twice.

File:
1 edited

Legend:

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

    r6395 r6590  
    7373    /** The tree showing the files within the collection. */
    7474    private DragTree collection_tree         =  null;
    75     /** The tree showing the available source workspace. */
    76     private WorkspaceTree workspace_tree     =  null;
    7775    /** The threaded queue that handles the actually movement of files, so that the gui remains responsive. */
    7876    private FileQueue file_queue          =  null;
     
    127125    /** The initial size of the trees. */
    128126    static private Dimension TREE_SIZE   = new Dimension(400, 430);
     127
     128    /** The tree showing the available source workspace. */
     129    public WorkspaceTree workspace_tree  =  null;
    129130
    130131    /* Constructor.
Note: See TracChangeset for help on using the changeset viewer.