Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sugar/presence/presenceservice.py
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2008-09-18 10:46:40 (GMT)
committer Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>2008-09-18 10:46:40 (GMT)
commit1ab0c678302754174e4594eae4c280b90096e765 (patch)
tree6d1585b48fe282c3ab8447ca93c89df84f8e8c8b /src/sugar/presence/presenceservice.py
parenta6ef6742f5a8544d53a0f50c629e113435648ce9 (diff)
fix weird change in _share_activity_cb causing all activity sharing fails
Diffstat (limited to 'src/sugar/presence/presenceservice.py')
-rw-r--r--src/sugar/presence/presenceservice.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sugar/presence/presenceservice.py b/src/sugar/presence/presenceservice.py
index 4b0b3e1..23e0ea0 100644
--- a/src/sugar/presence/presenceservice.py
+++ b/src/sugar/presence/presenceservice.py
@@ -458,7 +458,7 @@ class PresenceService(gobject.GObject):
"""Finish sharing the activity
"""
# FIXME find a better way to shutup pylint
- psact = (Activity)(self._new_object(op))
+ psact = self._new_object(op)
psact._joined = True
_logger.debug('%r: Just shared, setting up tubes', activity)
psact.set_up_tubes(reply_handler=lambda: