From bcc67dfb10c8dcfab1e975daa1f9e54b20185e27 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Fri, 23 Feb 2007 12:37:01 -0500 Subject: [PATCH] Clarify comment --- services/presence2/presenceservice.py | 1 + 1 file changed, 1 insertion(+) diff --git a/services/presence2/presenceservice.py b/services/presence2/presenceservice.py index 109fd0fd..49821cfa 100644 --- a/services/presence2/presenceservice.py +++ b/services/presence2/presenceservice.py @@ -98,6 +98,7 @@ class PresenceService(dbus.service.Object): conn = item if not conn: + # Create a new connection conn_bus_name, conn_object_path = \ mgr[CONN_MGR_INTERFACE].RequestConnection(protocol, account) conn = Connection(conn_bus_name, conn_object_path)