Changeset 9252


Ignore:
Timestamp:
2005-03-02T14:24:12+13:00 (19 years ago)
Author:
kjdon
Message:

fixed a bug in the source list updating

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/cdm/IndexManager.java

    r9200 r9252  
    742742        name_textfield.setText(name);
    743743        level_combobox.setSelectedIndex(selected_index.getLevel());
    744         source_list.clearSelection();
     744        source_list.clearTicked();
    745745        ArrayList sources = selected_index.getSources();
    746746        source_list.setTickedObjects(sources.toArray());
    747         
     747       
    748748    }
    749749   
Note: See TracChangeset for help on using the changeset viewer.