summaryrefslogtreecommitdiff
path: root/telepathy-ytstenut-glib/channel.c
diff options
context:
space:
mode:
Diffstat (limited to 'telepathy-ytstenut-glib/channel.c')
-rw-r--r--telepathy-ytstenut-glib/channel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-ytstenut-glib/channel.c b/telepathy-ytstenut-glib/channel.c
index 6fee9a8..3479b28 100644
--- a/telepathy-ytstenut-glib/channel.c
+++ b/telepathy-ytstenut-glib/channel.c
@@ -126,7 +126,7 @@ tp_yts_channel_new_from_properties (TpConnection *conn,
if (!tp_dbus_check_valid_object_path (object_path, error))
goto finally;
- ret = TP_CHANNEL (g_object_new (TP_TYPE_CHANNEL,
+ ret = TP_CHANNEL (g_object_new (TP_TYPE_YTS_CHANNEL,
"connection", conn,
"dbus-daemon", conn_proxy->dbus_daemon,
"bus-name", conn_proxy->bus_name,