QTfrontend/ui/page/pagemain.cpp
changeset 8977 d424c7f8b342
parent 8729 b19be476a2fa
child 8982 0c0141cf851a
--- a/QTfrontend/ui/page/pagemain.cpp	Sat May 11 21:14:25 2013 -0400
+++ b/QTfrontend/ui/page/pagemain.cpp	Sat May 11 21:19:44 2013 -0400
@@ -120,8 +120,8 @@
 void PageMain::connectSignals()
 {
     connect(BtnNet, SIGNAL(clicked()), this, SLOT(toggleNetworkChoice()));
-    connect(BtnNetLocal, SIGNAL(clicked()), this, SLOT(toggleNetworkChoice()));
-    connect(BtnNetOfficial, SIGNAL(clicked()), this, SLOT(toggleNetworkChoice()));
+    //connect(BtnNetLocal, SIGNAL(clicked()), this, SLOT(toggleNetworkChoice()));
+    //connect(BtnNetOfficial, SIGNAL(clicked()), this, SLOT(toggleNetworkChoice()));
     // TODO: add signal-forwarding required by (currently missing) encapsulation
 }