Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorgan Collett <morgan.collett@gmail.com>2007-08-23 12:46:52 (GMT)
committer Morgan Collett <morgan.collett@gmail.com>2007-08-23 12:46:52 (GMT)
commit2fbdebbc19813c5557243313183da8e29906520f (patch)
tree2c0e8875e3dcca002c79e70a241e0a33ea57dfec
parent4a2ca8b04e971fbc8774a824eb2b66362b757a86 (diff)
Undo removal of properties in _share_activity
-rw-r--r--src/presenceservice.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/presenceservice.py b/src/presenceservice.py
index 6859796..cc1b063 100644
--- a/src/presenceservice.py
+++ b/src/presenceservice.py
@@ -745,13 +745,14 @@ class PresenceService(ExportedGObject):
for tp in self._handles_buddies:
tp.cleanup()
- def _share_activity(self, actid, atype, name, private,
+ def _share_activity(self, actid, atype, name, properties, private,
async_cb, async_err_cb):
"""Create the shared Activity.
actid -- XXX
atype -- XXX
name -- XXX
+ properties -- XXX
private -- bool: True for by-invitation-only sharing,
False for publicly advertised sharing
async_cb -- function: Callback for success