From caaface482ee5a7f1acbf8066bca228557129ea3 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 12 Jun 2007 09:45:51 +0000 Subject: presenceservice: Correct a now-misleading comment --- diff --git a/src/presenceservice.py b/src/presenceservice.py index bd87a51..d640ffd 100644 --- a/src/presenceservice.py +++ b/src/presenceservice.py @@ -700,7 +700,8 @@ class PresenceService(ExportedGObject): def _share_activity(self, actid, atype, name, properties, async_cb, async_err_cb): objid = self._get_next_object_id() - # FIXME check which tp client we should use to share the activity + # FIXME: is the preferred Telepathy plugin always the right way to + # share the activity? color = self._owner.props.color activity = Activity(self._session_bus, objid, self, self._get_preferred_plugin(), 0, -- cgit v0.9.1