[Telepathy-commits] [telepathy-gabble/master] gabble_tube_dbus_new: fix object path
Guillaume Desmottes
guillaume.desmottes at collabora.co.uk
Mon Jan 26 09:42:45 PST 2009
---
src/tube-dbus.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/tube-dbus.c b/src/tube-dbus.c
index 9d2855a..8148b95 100644
--- a/src/tube-dbus.c
+++ b/src/tube-dbus.c
@@ -1473,7 +1473,7 @@ gabble_tube_dbus_new (GabbleConnection *conn,
GabbleTubeDBus *tube;
gchar *object_path;
- object_path = g_strdup_printf ("%s/StreamTubeChannel_%u_%u",
+ object_path = g_strdup_printf ("%s/DBusTubeChannel_%u_%u",
conn->parent.object_path, handle, id);
tube = g_object_new (GABBLE_TYPE_TUBE_DBUS,
--
1.5.6.5
More information about the Telepathy-commits
mailing list