Finally! The new identities plus a nice shiny settingspage for editing them are done!
[quassel.git] / src / core / core.cpp
index 0f007d3..7da0aee 100644 (file)
@@ -140,7 +140,7 @@ bool Core::initStorage(QVariantMap dbSettings, bool setup) {
 
   return configured = storage->init(dbSettings);
 }
-                                               
+
 bool Core::initStorage(QVariantMap dbSettings) {
   return initStorage(dbSettings, false);
 }
@@ -162,6 +162,7 @@ void Core::restoreState() {
         sess->restoreState(m["State"]);
       }
     }
+    qDebug() << "...done.";
   }
 }
 
@@ -254,7 +255,7 @@ void Core::clientHasData() {
       return;
     }
   }
-  blockSizes[socket] = bsize = 0;  // FIXME blockSizes aufräum0rn!
+  blockSizes[socket] = bsize = 0;  // FIXME blockSizes aufrum0rn!
 }
 
 // FIXME: no longer called, since connection handling is now in SignalProxy