# HG changeset patch # User unc0rr # Date 1369166068 -14400 # Node ID b0ed8608303f282f8cd3ce429c497bd44ab60ab5 # Parent 2345f5f96a29280152eeff2138de1cfd1a5f9022 Fix issue 570 (GoBack() slot connected twice) 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");