[Telepathy-commits] [telepathy-python/master] Connection.get_connections: pass the bus object when creating the Connection

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Tue Sep 16 06:27:46 PDT 2008


---
 src/client/conn.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/client/conn.py b/src/client/conn.py
index 452835c..e63d954 100644
--- a/src/client/conn.py
+++ b/src/client/conn.py
@@ -79,7 +79,7 @@ class Connection(InterfaceFactory):
 
         for service in bus_object.ListNames(dbus_interface='org.freedesktop.DBus'):
             if service.startswith('org.freedesktop.Telepathy.Connection.'):
-                connection = Connection(service, "/%s" % service.replace(".", "/"))
+                connection = Connection(service, "/%s" % service.replace(".", "/"), bus)
                 connections.append(connection)
 
         return connections
-- 
1.5.6.5




More information about the Telepathy-commits mailing list