[empathy/mc5: 97/483] Check the right variable for setting the ready property



commit 17b571acbdbe5219c9b7c468006dda616cb7bb0a
Author: Sjoerd Simons <sjoerd simons collabora co uk>
Date:   Wed Jul 15 18:18:27 2009 +0100

    Check the right variable for setting the ready property

 libempathy/empathy-account.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libempathy/empathy-account.c b/libempathy/empathy-account.c
index 5bfa387..a93d548 100644
--- a/libempathy/empathy-account.c
+++ b/libempathy/empathy-account.c
@@ -158,7 +158,7 @@ empathy_account_get_property (GObject *object,
         g_value_set_boolean (value, priv->enabled);
         break;
       case PROP_READY:
-        g_value_set_boolean (value, priv->enabled);
+        g_value_set_boolean (value, priv->ready);
         break;
       case PROP_PRESENCE:
         g_value_set_uint (value, priv->presence);



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