Temporarily fixed the bug where the backlog would be displayed multiple times.
authorManuel Nickschas <sputnick@quassel-irc.org>
Tue, 6 Nov 2007 00:39:53 +0000 (00:39 +0000)
committerManuel Nickschas <sputnick@quassel-irc.org>
Tue, 6 Nov 2007 00:39:53 +0000 (00:39 +0000)
commit99fb0a0f1f66ae5117fa64cc204256e5b3a19499
treeac7b9a8b396e760c3adfa2335fc7e94a4d458934
parent140d8a132103d2fa9baf55036e09b165624de167
Temporarily fixed the bug where the backlog would be displayed multiple times.
EgS, please check in client.cpp when updateCoreConnectionProgress() is called - I think
it's supposed to be called only during syncToCore, not every time a network (dis)connects...
src/client/client.cpp