X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fclientsyncer.cpp;h=fa99f0db904e1a4b8e532df39c5019cfb24ed1a5;hp=afc1e162ce17d03b07419faa5ac1cab6cc07d361;hb=2201f8913b72367969211f0f0c0c4f5dcff9b995;hpb=d28560c69f40603be3d60751ab06878669c8edec 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() {