Solving issue 1993: "Some bundled profiles appears twice in the ProfilePanel's combobox"

This commit is contained in:
Hombre
2013-10-05 23:05:53 +02:00
parent 13d2d6f032
commit 2709154e39
4 changed files with 12 additions and 211 deletions

View File

@@ -182,6 +182,8 @@ class ProfileStore {
void addListener(ProfileStoreListener *listener);
void removeListener(ProfileStoreListener *listener);
void dumpFolderList();
};
class ProfileStoreComboBox : public MyComboBox {