Fixing synchronization to a core without any networks defined. Not tested, but should...
authorManuel Nickschas <sputnick@quassel-irc.org>
Tue, 22 Jan 2008 15:06:34 +0000 (15:06 +0000)
committerManuel Nickschas <sputnick@quassel-irc.org>
Tue, 22 Jan 2008 15:06:34 +0000 (15:06 +0000)
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() {