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-10 16:41:01 (GMT)
committer Simon McVittie <simon.mcvittie@collabora.co.uk>2007-09-10 16:41:01 (GMT)
commit9f57dc4cc6d253fedeca492d590e5ffbc810a249 (patch)
tree871decd63fc4517f99200bb88dac505b538419d5
parent8089a9c4918854d0617fc2b785c604108ad53136 (diff)
linklocal_plugin: Correctly pick up existing Salut connections
-rw-r--r--src/linklocal_plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/linklocal_plugin.py b/src/linklocal_plugin.py
index 4a6fdb1..301687c 100644
--- a/src/linklocal_plugin.py
+++ b/src/linklocal_plugin.py
@@ -52,7 +52,7 @@ class LinkLocalPlugin(TelepathyPlugin):
_TP_CONN_MANAGER = 'salut'
_PROTOCOL = 'local-xmpp'
- _OBJ_PATH_PREFIX = "/org/freedesktop/Telepathy/Connection/salut/salut/"
+ _OBJ_PATH_PREFIX = "/org/freedesktop/Telepathy/Connection/salut/"
def __init__(self, registry, owner):
TelepathyPlugin.__init__(self, registry, owner)