QTfrontend/gameuiconfig.cpp
changeset 8295 6ef114ea2298
parent 8294 0e5782b0dd54
child 8297 b236e3afed0d
--- a/QTfrontend/gameuiconfig.cpp	Wed Dec 12 15:57:01 2012 +0100
+++ b/QTfrontend/gameuiconfig.cpp	Wed Dec 12 16:17:32 2012 +0100
@@ -491,7 +491,7 @@
 {
     setValue("net/passwordhash", passwordhash);
     setValue("net/passwordlength", passwordhash.size());
-    netPasswordLength();
+    setNetPasswordLength(passwordhash.size());
 }
 
 QString GameUIConfig::passwordHash()