[Bug 29728] ContactManager::addGroup and removeGroup are confusing/broken
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sat Aug 21 18:39:43 CEST 2010
https://bugs.freedesktop.org/show_bug.cgi?id=29728
--- Comment #1 from Olli Salli <ollisal at gmail.com> 2010-08-21 09:39:43 PDT ---
Waiting for groupAdded() is especially error-prone when adding multiple groups
at a time. If the PendingOperations would actually finish at an useful time,
the application could add whatever it wanted to the groups when the finished
signal for the desired group would be emitted. However, now that it has to
(probably) wait for groupAdded(), it has to take care to ignore groupAdded for
the other added groups when waiting to be able to add to a desired group, but
also cater for other callbacks to be able to pick up the other groups.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the telepathy-bugs
mailing list