Free cookie consent management tool by TermsFeed Policy Generator

Changeset 16


Ignore:
Timestamp:
02/20/08 14:27:04 (16 years ago)
Author:
gkronber
Message:

fixed #23 by just refreshing the applications-listview in the starter window

File:
1 edited

Legend:

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

    r8 r16  
    5757
    5858    private void RefreshApplicationsList() {
     59      applicationsListView.Clear();
     60
    5961      pluginManagerListViewItem = new ListViewItem("Plugin Manager", 0);
    6062      pluginManagerListViewItem.Group = applicationsListView.Groups["Plugin Management"];
     
    8385          this.Visible = false;
    8486          form.ShowDialog();
     87          RefreshApplicationsList();
    8588          this.Visible = true;
    8689        } else {
Note: See TracChangeset for help on using the changeset viewer.