summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2011-04-25 16:25:55 +0100
committerJonny Lamb <jonny.lamb@collabora.co.uk>2011-04-25 16:25:55 +0100
commite894a3928b040a50407f682269ab2748f378c55e (patch)
tree6d208954cb584cc3c731d3fbd1305d828de4dc88
parent4ef1225466cdfcd05d15270ba11d8be3b6da6959 (diff)
client: also set the TpYtsClient:service-name property
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
-rw-r--r--telepathy-ytstenut-glib/client.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/telepathy-ytstenut-glib/client.c b/telepathy-ytstenut-glib/client.c
index 7474bc9..11a2893 100644
--- a/telepathy-ytstenut-glib/client.c
+++ b/telepathy-ytstenut-glib/client.c
@@ -311,6 +311,7 @@ tp_yts_client_new (const gchar *service_name, TpAccount *account)
out = g_object_new (TP_TYPE_YTS_CLIENT,
"dbus-daemon", bus,
"name", name,
+ "service-name", service_name,
"uniquify-name", TRUE,
"account", account,
NULL);