]> git.0d.be Git - empathy.git/commitdiff
rename status-reason to connection-status-reason and notify connection-status{-reason...
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>
Mon, 17 Aug 2009 16:55:33 +0000 (17:55 +0100)
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>
Mon, 17 Aug 2009 16:55:33 +0000 (17:55 +0100)
libempathy/empathy-account.c

index b82080ee0f3359af196d547e7fe89e35f69dda5b..7d89f20fc0d3373d431a837c1e08098db3d9690b 100644 (file)
@@ -287,7 +287,8 @@ empathy_account_update (EmpathyAccount *account,
       g_signal_emit (account, signals[STATUS_CHANGED], 0,
         old_s, priv->connection_status, priv->reason);
 
-      g_object_notify (G_OBJECT (account), "status");
+      g_object_notify (G_OBJECT (account), "connection-status");
+      g_object_notify (G_OBJECT (account), "connection-status-reason");
     }
 
   if (presence_changed)
@@ -560,7 +561,7 @@ empathy_account_class_init (EmpathyAccountClass *empathy_account_class)
       G_PARAM_STATIC_STRINGS | G_PARAM_READABLE));
 
   g_object_class_install_property (object_class, PROP_CONNECTION_STATUS_REASON,
-    g_param_spec_uint ("status-reason",
+    g_param_spec_uint ("connection-status-reason",
       "ConnectionStatusReason",
       "The account connections status reason",
       0,