[Pkg-telepathy-commits] [telepathy-glib-1] 22/212: tp_dbus_daemon_get_unique_name: rewrite using GDBus
Simon McVittie
smcv at debian.org
Wed May 14 12:08:47 UTC 2014
This is an automated email from the git hooks/post-receive script.
smcv pushed a commit to branch debian
in repository telepathy-glib-1.
commit bb76b67d22d723244ec3c28f78153f30faeb796a
Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date: Tue Mar 11 18:22:17 2014 +0000
tp_dbus_daemon_get_unique_name: rewrite using GDBus
---
telepathy-glib/dbus-daemon.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/telepathy-glib/dbus-daemon.c b/telepathy-glib/dbus-daemon.c
index 111ca80..aa5dd69 100644
--- a/telepathy-glib/dbus-daemon.c
+++ b/telepathy-glib/dbus-daemon.c
@@ -865,7 +865,8 @@ tp_dbus_daemon_get_unique_name (TpDBusDaemon *self)
{
g_return_val_if_fail (TP_IS_DBUS_DAEMON (self), NULL);
- return dbus_bus_get_unique_name (self->priv->libdbus);
+ return g_dbus_connection_get_unique_name (
+ tp_proxy_get_dbus_connection (self));
}
typedef struct {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-telepathy/telepathy-glib-1.git
More information about the Pkg-telepathy-commits
mailing list