sugar.activity.activity.Activity.share: Add comment indicating how to change activity privacy after creation

This commit is contained in:
Simon McVittie 2007-08-30 12:13:31 +01:00
parent 05d33d278d
commit 02a727198f

View File

@ -510,6 +510,9 @@ class Activity(Window, gtk.Container):
private -- bool: True to share by invitation only, private -- bool: True to share by invitation only,
False to advertise as shared to everyone. False to advertise as shared to everyone.
Once the activity is shared, its privacy can be changed by setting
its 'private' property.
""" """
# FIXME: Make private=True to turn on the by-invitation-only scope # 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: