diff -r 0e5782b0dd54 -r 6ef114ea2298 QTfrontend/gameuiconfig.cpp --- 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()