--- a/QTfrontend/hwform.cpp Mon Sep 11 21:44:38 2006 +0000
+++ b/QTfrontend/hwform.cpp Wed Sep 13 19:26:16 2006 +0000
@@ -153,7 +153,7 @@
void HWForm::NewTeam()
{
tmpTeam = new HWTeam("unnamed");
-
+ tmpTeam->SetToPage(this);
ui.Pages->setCurrentIndex(ID_PAGE_SETUP_TEAM);
}