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

master
Simon McVittie 17 years ago
parent 05d33d278d
commit 02a727198f

@ -510,6 +510,9 @@ class Activity(Window, gtk.Container):
private -- bool: True to share by invitation only,
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
if self._shared_activity and self._shared_activity.props.joined:

Loading…
Cancel
Save