Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/presenceservice.py
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-11-08 14:52:23 (GMT)
committer Simon McVittie <simon.mcvittie@collabora.co.uk>2007-11-08 14:52:23 (GMT)
commitf92f197661928a5e908616ddb48531944ff348ba (patch)
tree074f20da6d3b9f6b20623ccb5fc2780baa8dc756 /src/presenceservice.py
parentacc3c307cfda5d34f238f473ee931705d3617732 (diff)
Don't put activity sharer in 'private' property (correcting a wrong part of the patch for #4585) (#4692)
Also clarify related code, and don't force the value of the 'private' property when we just join an activity.
Diffstat (limited to 'src/presenceservice.py')
-rw-r--r--src/presenceservice.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/presenceservice.py b/src/presenceservice.py
index 03a8aaf..20442de 100644
--- a/src/presenceservice.py
+++ b/src/presenceservice.py
@@ -790,8 +790,8 @@ class PresenceService(ExportedGObject):
self._activities_by_handle[tp][room] = activity
async_cb(activity.object_path())
- activity.join(activity_shared, async_err_cb, True, private,
- sender=sender)
+ activity.join(activity_shared, async_err_cb, sharing=True,
+ private=private, sender=sender)
# local activities are valid at creation by definition, but we can't
# connect to the activity's validity-changed signal until its already