summaryrefslogtreecommitdiff
path: root/telepathy-glib/tls-certificate.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-04-18 11:57:29 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-05-09 12:14:09 +0200
commit7b906d5254a92064e9036f8bd1db8e13381f22c3 (patch)
tree39c1c9988e4c0ed711e4e104b25cc79ae21db198 /telepathy-glib/tls-certificate.c
parent8f582d1207b3bd2e1ee253cb5ab2d409a67feb4f (diff)
downloadtelepathy-glib-7b906d5254a92064e9036f8bd1db8e13381f22c3.tar.gz
Pass the right value as bus-name property
Diffstat (limited to 'telepathy-glib/tls-certificate.c')
-rw-r--r--telepathy-glib/tls-certificate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/tls-certificate.c b/telepathy-glib/tls-certificate.c
index eab44107a..b41628d36 100644
--- a/telepathy-glib/tls-certificate.c
+++ b/telepathy-glib/tls-certificate.c
@@ -607,7 +607,7 @@ tp_tls_certificate_new (TpProxy *conn_or_chan,
retval = g_object_new (TP_TYPE_TLS_CERTIFICATE,
"parent", conn_or_chan,
"dbus-daemon", conn_or_chan->dbus_daemon,
- "dbus-daemon", conn_or_chan->bus_name,
+ "bus-name", conn_or_chan->bus_name,
"object-path", object_path,
NULL);