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-20 14:10:13 (GMT)
committer Simon McVittie <simon.mcvittie@collabora.co.uk>2007-09-20 14:10:13 (GMT)
commit204be8e84f50d259ff1136a2e733057267a1e6af (patch)
tree5eebce29435692cef9b99948e35979c67b200180
parent4a36e43bcbaad324750b4b50a201bc3e83b92773 (diff)
Actually fix offering a tube (part of #3654)
-rw-r--r--activity.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/activity.py b/activity.py
index 92600c1..a527ada 100644
--- a/activity.py
+++ b/activity.py
@@ -107,7 +107,7 @@ class HelloMeshActivity(Activity):
self._logger.debug('This is my activity: making a tube...')
id = self.tubes_chan[telepathy.CHANNEL_TYPE_TUBES].OfferDBusTube(
- telepathy.TUBE_TYPE_DBUS, SERVICE, {})
+ SERVICE, {})
def _setup(self):
if self._shared_activity is None: