From 50a7def3f5ba311a0e5f8725d6ccaa1215742db6 Mon Sep 17 00:00:00 2001 From: Sjoerd Simons Date: Sun, 23 Aug 2009 14:51:18 +0100 Subject: Return the correct object when querying the dbus-daemon property --- libempathy/empathy-account.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libempathy') diff --git a/libempathy/empathy-account.c b/libempathy/empathy-account.c index 2dd662874..091950880 100644 --- a/libempathy/empathy-account.c +++ b/libempathy/empathy-account.c @@ -192,8 +192,7 @@ empathy_account_get_property (GObject *object, empathy_account_get_display_name (account)); break; case PROP_DBUS_DAEMON: - g_value_set_string (value, - empathy_account_get_display_name (account)); + g_value_set_object (value, priv->dbus); break; default: G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec); -- cgit v1.2.3