Changeset 37595 for main/trunk/gli


Ignore:
Timestamp:
2023-03-31T10:04:07+13:00 (14 months ago)
Author:
kjdon
Message:

when adding a file, need to pass the parent not the node if the node doesn't accept children

File:
1 edited

Legend:

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

    r37325 r37595  
    200200                Gatherer.f_man.newFolder(collection_tree, parent);
    201201            } else {
    202                 Gatherer.f_man.newCollectionFile(collection_tree, node);
     202                Gatherer.f_man.newCollectionFile(collection_tree, parent);
    203203            }
    204204            } else {
Note: See TracChangeset for help on using the changeset viewer.