[Telepathy-commits] [telepathy-mission-control/master] Dispatcher: remove "DRAFT" in object paths. ("DRAFT" is still used in interface names)

Alban Crequy alban.crequy at collabora.co.uk
Mon Dec 1 07:09:40 PST 2008


---
 src/mcd-dispatcher.c         |    2 +-
 test/twisted/test-connect.py |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/mcd-dispatcher.c b/src/mcd-dispatcher.c
index b53b913..849204b 100644
--- a/src/mcd-dispatcher.c
+++ b/src/mcd-dispatcher.c
@@ -2141,7 +2141,7 @@ create_client_proxy (McdDispatcher *self, McdClient *client)
     gchar *bus_name, *object_path;
 
     bus_name = g_strconcat (MC_IFACE_CLIENT ".", client->name, NULL);
-    object_path = g_strconcat ("/org/freedesktop/Telepathy/Client/DRAFT/",
+    object_path = g_strconcat ("/org/freedesktop/Telepathy/Client/",
                                client->name, NULL);
     client->proxy = g_object_new (TP_TYPE_PROXY,
                                   "dbus-daemon", priv->dbus_daemon,
diff --git a/test/twisted/test-connect.py b/test/twisted/test-connect.py
index 77042cd..8f773f3 100644
--- a/test/twisted/test-connect.py
+++ b/test/twisted/test-connect.py
@@ -11,7 +11,7 @@ ConnectionManager_object_path = \
 
 FakeClient_bus_name = "org.freedesktop.Telepathy.Client.DRAFT.fakeclient"
 Client_object_path = \
-    "/org/freedesktop/Telepathy/Client/DRAFT/fakeclient"
+    "/org/freedesktop/Telepathy/Client/fakeclient"
 
 
 def test(q, bus, mc):
-- 
1.5.6.5



More information about the Telepathy-commits mailing list