[Pkg-sugar-commit] [sugar-presence-service] 01/09: Fix bslo#934 (If the initiator of a shared activity leaves, she cannot see the session in the Neighborhood)

Jonas Smedegaard dr at jones.dk
Mon Apr 20 13:36:11 UTC 2015


This is an automated email from the git hooks/post-receive script.

js pushed a commit to annotated tag debian/0.84.1-1
in repository sugar-presence-service.

commit 431e7f01fb75ca8f6f2dc007439cf51d05b4aebd
Author: Sayamindu Dasgupta <sayamindu at gmail.com>
Date:   Thu May 13 17:50:17 2010 +0530

    Fix bslo#934 (If the initiator of a shared activity leaves, she cannot see the session in the Neighborhood)
---
 src/activity.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/activity.py b/src/activity.py
index 12f3ac2..29ba1a5 100644
--- a/src/activity.py
+++ b/src/activity.py
@@ -1120,6 +1120,8 @@ class Activity(ExportedGObject):
             self._buddy_to_handle[buddy] = handle
         self._add_buddies(added_buddies.itervalues())
 
+        self._claimed_buddies |= set(added_buddies.itervalues())
+
         # we treat all pending members as if they weren't there
         removed = set(removed)
         removed |= set(local_pending)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-sugar/sugar-presence-service.git



More information about the pkg-sugar-commit mailing list