Properly migrate the internal core account from 0.5 to 0.6
[quassel.git] / src / client / clientsettings.cpp
index 0b77903..dc03468 100644 (file)
@@ -125,6 +125,7 @@ QVariantMap CoreAccountSettings::retrieveAccountData(AccountId id) {
     map["ProxyUser"] = oldmap.value("proxyUser");
     map["ProxyPassword"] = oldmap.value("proxyPassword");
     map["ProxyType"] = oldmap.value("proxyType");
+    map["Internal"] = oldmap.value("InternalAccount");
 
     map["AccountId"] = id.toInt();
     map["Uuid"] = QUuid::createUuid().toString();