From 02a727198fd87dbc693dc90f2f5d3d8489bf2729 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Thu, 30 Aug 2007 12:13:31 +0100 Subject: [PATCH] sugar.activity.activity.Activity.share: Add comment indicating how to change activity privacy after creation --- sugar/activity/activity.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sugar/activity/activity.py b/sugar/activity/activity.py index 99070d2a..85f660c6 100644 --- a/sugar/activity/activity.py +++ b/sugar/activity/activity.py @@ -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: