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-07-25 17:31:04 (GMT)
committer Simon McVittie <simon.mcvittie@collabora.co.uk>2007-07-25 17:31:04 (GMT)
commit082cfdee716b994a72347c4b033d40c195466680 (patch)
treea7826758146584a3d095a2f4eaca6c7f316bd4a3
parent27626680395ac8bba95d36bc40160666578b8039 (diff)
One-line fix to GetTelepathyHandles() - actually return the collected handles
-rw-r--r--src/buddy.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/buddy.py b/src/buddy.py
index e3d2dc7..040eb36 100644
--- a/src/buddy.py
+++ b/src/buddy.py
@@ -412,6 +412,7 @@ class Buddy(ExportedGObject):
conn = plugin.get_connection()
ret.append((str(conn.service_name), conn.object_path,
self._handles[plugin][0]))
+ return ret
# methods
def object_path(self):