Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/services/presence2/presenceservice.py
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2007-02-23 17:37:01 (GMT)
committer Dan Williams <dcbw@redhat.com>2007-02-23 17:37:01 (GMT)
commitbcc67dfb10c8dcfab1e975daa1f9e54b20185e27 (patch)
tree9eea2a64ef0f70dfd1acca46d77fa51587355cf3 /services/presence2/presenceservice.py
parent93386a4d8afe1d836e5ff405368d03dc9e7aed38 (diff)
Clarify comment
Diffstat (limited to 'services/presence2/presenceservice.py')
-rw-r--r--services/presence2/presenceservice.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/services/presence2/presenceservice.py b/services/presence2/presenceservice.py
index 109fd0f..49821cf 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)