diff -r 2345f5f96a29 -r b0ed8608303f QTfrontend/hwform.cpp --- a/QTfrontend/hwform.cpp Tue May 21 23:48:00 2013 +0400 +++ b/QTfrontend/hwform.cpp Tue May 21 23:54:28 2013 +0400 @@ -319,8 +319,6 @@ connect(ui.pageMain->BtnNetLocal, SIGNAL(clicked()), this, SLOT(GoToNet())); connect(ui.pageMain->BtnNetOfficial, SIGNAL(clicked()), this, SLOT(NetConnectOfficialServer())); - connect(ui.pageConnecting, SIGNAL(cancelConnection()), this, SLOT(GoBack())); - connect(ui.pageVideos, SIGNAL(goBack()), config, SLOT(SaveVideosOptions())); ammoSchemeModel = new AmmoSchemeModel(this, cfgdir->absolutePath() + "/schemes.ini");