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-11 13:15:34 (GMT)
committer Simon McVittie <simon.mcvittie@collabora.co.uk>2007-09-11 13:15:34 (GMT)
commitb4e66c9fef41c913b870ec523dab5c868f4b4d88 (patch)
tree0ca54bfd502f99b4b7932cafdfefd549ca6f5a7a
parent61741df1da13129520635f107c5b257b2734bd5f (diff)
Make server_plugin _OBJ_PATH_PREFIX consistent with linklocal_plugin (review comment from cassidy)
-rw-r--r--src/server_plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server_plugin.py b/src/server_plugin.py
index a7571bb..ef79aaa 100644
--- a/src/server_plugin.py
+++ b/src/server_plugin.py
@@ -51,7 +51,7 @@ class ServerPlugin(TelepathyPlugin):
_TP_CONN_MANAGER = 'gabble'
_PROTOCOL = 'jabber'
- _OBJ_PATH_PREFIX = "/org/freedesktop/Telepathy/Connection/gabble/jabber/"
+ _OBJ_PATH_PREFIX = "/org/freedesktop/Telepathy/Connection/gabble/"
def __init__(self, registry, owner):
TelepathyPlugin.__init__(self, registry, owner)