#4357: Remove FIXME in activity share(), no longer needed. See ticket for details.
This commit is contained in:
parent
e4dece30b3
commit
06ec3d2b22
@ -582,7 +582,6 @@ class Activity(Window, gtk.Container):
|
|||||||
Once the activity is shared, its privacy can be changed by setting
|
Once the activity is shared, its privacy can be changed by setting
|
||||||
its 'private' property.
|
its 'private' property.
|
||||||
"""
|
"""
|
||||||
# FIXME: Make private=True to turn on the by-invitation-only scope
|
|
||||||
if self._shared_activity and self._shared_activity.props.joined:
|
if self._shared_activity and self._shared_activity.props.joined:
|
||||||
raise RuntimeError("Activity %s already shared." %
|
raise RuntimeError("Activity %s already shared." %
|
||||||
self._activity_id)
|
self._activity_id)
|
||||||
|
Loading…
Reference in New Issue
Block a user