mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
Fix double save of Configuration
The createIcons method in ConfigDialog also adds another connect to the save button. This has been removed. Lame and brain-dead coding error.
This commit is contained in:
@@ -114,8 +114,6 @@ void ConfigDialog::createIcons()
|
||||
connect(contentsWidget,
|
||||
SIGNAL(currentItemChanged(QListWidgetItem *, QListWidgetItem *)),
|
||||
this, SLOT(changePage(QListWidgetItem *, QListWidgetItem*)));
|
||||
|
||||
connect(saveButton, SIGNAL(clicked()), this, SLOT(save_Clicked()));
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user