[Bug 284480] spinning wheel indicating when an account is connecting sometimes spins forever
David Edmundson
kde at davidedmundson.co.uk
Wed Dec 21 19:23:29 UTC 2011
https://bugs.kde.org/show_bug.cgi?id=284480
--- Comment #9 from David Edmundson <kde davidedmundson co uk> 2011-12-21 19:23:28 ---
Everyone add this line to global-presence in onChangingPresence()
Q_FOREACH(const Tp::AccountPtr &account, m_enabledAccounts->accounts()) {
+ kDebug() << account->displayName() << account->isChangingPresence();
In my case it's shows that isChangingPresence is true.
mc-tool for this account shows:
Automatic: available (2) ""
Current: (0) ""
Requested: available (2) "Online"
so it's not at the presence requested, but Accounts KCM (and Empathy) both show
it as connected and online.
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the KDE-Telepathy
mailing list