telepathy-glib: Pass the right value as bus-name property

Guillaume Desmottes gdesmott at kemper.freedesktop.org
Wed May 9 03:15:57 PDT 2012


Module: telepathy-glib
Branch: master
Commit: 7b906d5254a92064e9036f8bd1db8e13381f22c3
URL:    http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=7b906d5254a92064e9036f8bd1db8e13381f22c3

Author: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Date:   Wed Apr 18 11:57:29 2012 +0200

Pass the right value as bus-name property

---

 telepathy-glib/tls-certificate.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/telepathy-glib/tls-certificate.c b/telepathy-glib/tls-certificate.c
index eab4410..b41628d 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);
 



More information about the telepathy-commits mailing list