Changeset 11651


Ignore:
Timestamp:
2006-04-13T12:23:16+12:00 (18 years ago)
Author:
mdewsnip
Message:

Removed another piece of unused code now that there is only one collection tree. This code was also causing the client or applet versions of the GLI to crash.

File:
1 edited

Legend:

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

    r11629 r11651  
    303303    collection_pane.add(collection_scroll, BorderLayout.CENTER);
    304304    collection_pane.add(collection_filter, BorderLayout.SOUTH);
    305 
    306     // Update the meta-audit view to show the current selection, if any.
    307     Gatherer.g_man.meta_audit.setRecords(getCollectionTreeSelection());
    308305    }
    309306
Note: See TracChangeset for help on using the changeset viewer.