sugar.activity.activity.Activity.share: Add comment indicating how to change activity privacy after creation
This commit is contained in:
parent
05d33d278d
commit
02a727198f
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user