fix weird change in _share_activity_cb causing all activity sharing fails
This commit is contained in:
parent
a6ef6742f5
commit
1ab0c67830
@ -458,7 +458,7 @@ class PresenceService(gobject.GObject):
|
|||||||
"""Finish sharing the activity
|
"""Finish sharing the activity
|
||||||
"""
|
"""
|
||||||
# FIXME find a better way to shutup pylint
|
# FIXME find a better way to shutup pylint
|
||||||
psact = (Activity)(self._new_object(op))
|
psact = self._new_object(op)
|
||||||
psact._joined = True
|
psact._joined = True
|
||||||
_logger.debug('%r: Just shared, setting up tubes', activity)
|
_logger.debug('%r: Just shared, setting up tubes', activity)
|
||||||
psact.set_up_tubes(reply_handler=lambda:
|
psact.set_up_tubes(reply_handler=lambda:
|
||||||
|
Loading…
Reference in New Issue
Block a user