diff -r b8905423f19f -r c36d0b34ac3d QTfrontend/hwform.cpp --- a/QTfrontend/hwform.cpp Mon Jan 08 18:21:40 2007 +0000 +++ b/QTfrontend/hwform.cpp Mon Jan 08 20:51:22 2007 +0000 @@ -69,6 +69,7 @@ connect(ui.pageOptions->BtnNewTeam, SIGNAL(clicked()), this, SLOT(NewTeam())); connect(ui.pageOptions->BtnEditTeam, SIGNAL(clicked()), this, SLOT(EditTeam())); connect(ui.pageOptions->BtnSaveOptions, SIGNAL(clicked()), config, SLOT(SaveOptions())); + connect(ui.pageOptions->BtnSaveOptions, SIGNAL(clicked()), this, SLOT(GoBack())); connect(ui.pageNet->BtnBack, SIGNAL(clicked()), this, SLOT(GoBack())); connect(ui.pageNet->BtnNetConnect, SIGNAL(clicked()), this, SLOT(NetConnect()));