]> git.0d.be Git - empathy.git/commitdiff
Check the right variable for setting the ready property
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>
Wed, 15 Jul 2009 17:18:27 +0000 (18:18 +0100)
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>
Thu, 16 Jul 2009 11:41:49 +0000 (12:41 +0100)
libempathy/empathy-account.c

index 5bfa38765af0ab51a0a520890ff1e5b7a0b368c9..a93d548e3df0aac2cf6aeb106f77d46ee4c4c90c 100644 (file)
@@ -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);