fix
bug #552 - reset network button state after use
--- a/QTfrontend/ui/page/pagemain.cpp Sun Mar 10 15:44:03 2013 +0100
+++ b/QTfrontend/ui/page/pagemain.cpp Sun Mar 10 19:43:31 2013 +0100
@@ -120,6 +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()));
// TODO: add signal-forwarding required by (currently missing) encapsulation
}