Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-09-10 10:55:26 (GMT)
committer Simon McVittie <simon.mcvittie@collabora.co.uk>2007-09-10 10:55:26 (GMT)
commitdc09f7615d606cbd8f83fcf8a983bbd968516133 (patch)
tree341a36aa835d4c4df42a7bce25081f0ef3984050
parentbd8e6ca3a36860b092cb9b1b6b4c167bdef540f3 (diff)
Remove now-misleading comment
-rw-r--r--src/presenceservice.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/presenceservice.py b/src/presenceservice.py
index 8b9f877..7ce94ba 100644
--- a/src/presenceservice.py
+++ b/src/presenceservice.py
@@ -722,9 +722,6 @@ class PresenceService(ExportedGObject):
out_signature="o", async_callbacks=('async_cb', 'async_err_cb'))
def ShareActivity(self, actid, atype, name, properties, async_cb,
async_err_cb):
- # FIXME: this makes all activities start off public.
- # Once mutable properties have landed in sugar.presence, we should
- # change the default to private=True.
_logger.debug('ShareActivity(actid=%r, atype=%r, name=%r, '
'properties=%r)', actid, atype, name, properties)
self._share_activity(actid, atype, name, properties, True,