From db1c6e8c8d5797a49b0a35bfc1e8f1131cf3e44c Mon Sep 17 00:00:00 2001 From: Mark Liversedge Date: Sat, 26 Nov 2011 17:54:35 +0000 Subject: [PATCH] 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. --- src/ConfigDialog.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ConfigDialog.cpp b/src/ConfigDialog.cpp index 70ac7ef0e..aece9fd1c 100644 --- a/src/ConfigDialog.cpp +++ b/src/ConfigDialog.cpp @@ -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())); }