Free cookie consent management tool by TermsFeed Policy Generator

Changeset 601


Ignore:
Timestamp:
09/26/08 14:52:08 (16 years ago)
Author:
gkronber
Message:

fixed #283 (Starter window of plugin infrastructure doesn't show any applications in the 'details' view) in the trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab/MainForm.cs

    r596 r601  
    5757
    5858    private void RefreshApplicationsList() {
    59       applicationsListView.Clear();
     59      applicationsListView.Items.Clear();
    6060
    6161      pluginManagerListViewItem = new ListViewItem("Plugin Manager", 0);
Note: See TracChangeset for help on using the changeset viewer.