Fix issue 537 (empty team created on startup)
authorunc0rr
Sat, 23 Feb 2013 23:23:02 +0400
changeset 8569 62f4e903fddc
parent 8567 a31c453c6070
child 8571 fa0e682f5135
Fix issue #537 (empty team created on startup)
QTfrontend/hwform.cpp
--- a/QTfrontend/hwform.cpp	Sat Feb 23 12:01:51 2013 +0400
+++ b/QTfrontend/hwform.cpp	Sat Feb 23 23:23:02 2013 +0400
@@ -350,6 +350,7 @@
         }
     }
 
+    ui.Pages->setCurrentIndex(ID_PAGE_INFO);
     PagesStack.push(ID_PAGE_MAIN);
     ((AbstractPage*)ui.Pages->widget(ID_PAGE_MAIN))->triggerPageEnter();
     GoBack();