[empathy/mc5] Return the correct object when querying the dbus-daemon property



commit 50a7def3f5ba311a0e5f8725d6ccaa1215742db6
Author: Sjoerd Simons <sjoerd simons collabora co uk>
Date:   Sun Aug 23 14:51:18 2009 +0100

    Return the correct object when querying the dbus-daemon property

 libempathy/empathy-account.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/libempathy/empathy-account.c b/libempathy/empathy-account.c
index 2dd6628..0919508 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);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]