From 2201f8913b72367969211f0f0c0c4f5dcff9b995 Mon Sep 17 00:00:00 2001 From: Manuel Nickschas Date: Tue, 22 Jan 2008 15:06:34 +0000 Subject: [PATCH] Fixing synchronization to a core without any networks defined. Not tested, but should work. --- src/client/clientsyncer.cpp | 1 + 1 file changed, 1 insertion(+) 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() { -- 2.20.1