[telepathy-glib/master] account: when emitting status-changed, use the right arguments

Jonny Lamb jonny.lamb at collabora.co.uk
Sat Sep 26 02:30:08 PDT 2009


Signed-off-by: Jonny Lamb <jonny.lamb at collabora.co.uk>
---
 telepathy-glib/account.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/telepathy-glib/account.c b/telepathy-glib/account.c
index e8edae8..5c7a266 100644
--- a/telepathy-glib/account.c
+++ b/telepathy-glib/account.c
@@ -648,7 +648,7 @@ _tp_account_update (TpAccount *account,
         }
 
       g_signal_emit (account, signals[STATUS_CHANGED], 0,
-          old_s, priv->connection_status, priv->reason);
+          old_s, priv->connection_status, priv->reason, NULL, NULL);
 
       g_object_notify (G_OBJECT (account), "connection-status");
       g_object_notify (G_OBJECT (account), "connection-status-reason");
-- 
1.5.6.5




More information about the telepathy-commits mailing list