Fixing synchronization to a core without any networks defined. Not tested, but should...
[quassel.git] / src / client / clientsyncer.cpp
index afc1e16..fa99f0d 100644 (file)
@@ -238,6 +238,7 @@ void ClientSyncer::syncToCore(const QVariantMap &sessionState) {
     connect(net, SIGNAL(ircChannelRemoved(QObject *)), this, SLOT(ircChannelRemoved(QObject *)));
     Client::addNetwork(net);
   }
+  checkSyncState();
 }
 
 void ClientSyncer::networkInitDone() {