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-06-12 09:45:51 (GMT)
committer Simon McVittie <simon.mcvittie@collabora.co.uk>2007-06-12 09:45:51 (GMT)
commitcaaface482ee5a7f1acbf8066bca228557129ea3 (patch)
treecd68119c59e2a7bf96009e06307a21820b5cd160
parentb758be23c641290fdd24490eac7d600b2065d720 (diff)
presenceservice: Correct a now-misleading comment
-rw-r--r--src/presenceservice.py3
1 files changed, 2 insertions, 1 deletions
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,