QTfrontend/hwform.cpp
changeset 3757 ad2f669c8435
parent 3697 d5b30d6373fc
child 3760 d30f1ba768d7
--- a/QTfrontend/hwform.cpp	Mon Aug 23 12:53:00 2010 +0200
+++ b/QTfrontend/hwform.cpp	Mon Aug 23 13:58:46 2010 +0200
@@ -543,7 +543,8 @@
     for(QList<HWTeam>::iterator it = teams.begin(); it != teams.end(); ++it) {
         tmnames += it->TeamName;
     }
-    UpdateTeamsLists(&tmnames); // FIXME: still need more work if teamname is updated while configuring
+    //UpdateTeamsLists(&tmnames); // FIXME: still need more work if teamname is updated while configuring
+    UpdateTeamsLists();
 
     GoToPage(ID_PAGE_SETUP);
 }