diff -r 416fdfb666da -r 6c97379c584b QTfrontend/hwform.cpp --- a/QTfrontend/hwform.cpp Sun Dec 11 19:57:04 2011 +0100 +++ b/QTfrontend/hwform.cpp Sun Dec 11 23:15:06 2011 +0300 @@ -201,8 +201,7 @@ connect(ui.pageOptions, SIGNAL(newTeamRequested()), this, SLOT(NewTeam())); connect(ui.pageOptions, SIGNAL(editTeamRequested(const QString&)), this, SLOT(EditTeam(const QString&))); connect(ui.pageOptions, SIGNAL(deleteTeamRequested(const QString&)), this, SLOT(DeleteTeam(const QString&))); - connect(ui.pageOptions->btnSave, SIGNAL(clicked()), config, SLOT(SaveOptions())); - connect(ui.pageOptions->btnSave, SIGNAL(clicked()), this, SLOT(GoBack())); + connect(ui.pageOptions, SIGNAL(goBack()), config, SLOT(SaveOptions())); connect(ui.pageOptions->BtnAssociateFiles, SIGNAL(clicked()), this, SLOT(AssociateFiles())); connect(ui.pageOptions->WeaponEdit, SIGNAL(clicked()), this, SLOT(GoToSelectWeapon()));