From: Manuel Nickschas Date: Tue, 22 Jan 2008 15:06:34 +0000 (+0000) Subject: Fixing synchronization to a core without any networks defined. Not tested, but should... X-Git-Tag: 0.2.0-alpha1~206 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=2201f8913b72367969211f0f0c0c4f5dcff9b995 Fixing synchronization to a core without any networks defined. Not tested, but should work. --- diff --git a/src/client/clientsyncer.cpp b/src/client/clientsyncer.cpp index afc1e162..fa99f0db 100644 --- a/src/client/clientsyncer.cpp +++ b/src/client/clientsyncer.cpp @@ -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() {