From 06ec3d2b22775bfca97880ae5e6702ad1f6649c3 Mon Sep 17 00:00:00 2001 From: Morgan Collett Date: Mon, 22 Oct 2007 12:14:22 +0000 Subject: #4357: Remove FIXME in activity share(), no longer needed. See ticket for details. --- (limited to 'lib') diff --git a/lib/sugar/activity/activity.py b/lib/sugar/activity/activity.py index a632fb8..9f49d88 100644 --- a/lib/sugar/activity/activity.py +++ b/lib/sugar/activity/activity.py @@ -582,7 +582,6 @@ class Activity(Window, gtk.Container): 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: raise RuntimeError("Activity %s already shared." % self._activity_id) -- cgit v0.9.1