[empathy] use conn-status-reason instead of conn-status



commit ad74851368bf2a5b355696f4ad8f55f184070179
Author: Felix Kaser <f kaser gmx net>
Date:   Sat Nov 28 20:16:45 2009 +0100

    use conn-status-reason instead of conn-status
    
    a hardcoded callback call used TP_CONNECTION_STATUS_DISCONNECTED where a TP_CONNECTION_STATUS_REASON should have been, changed to TP_CONNECTION_STATUS_REASON_NONE_SPECIFIED.

 src/empathy-accounts-dialog.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/empathy-accounts-dialog.c b/src/empathy-accounts-dialog.c
index daae3d8..ec41005 100644
--- a/src/empathy-accounts-dialog.c
+++ b/src/empathy-accounts-dialog.c
@@ -1224,7 +1224,7 @@ accounts_dialog_add_account (EmpathyAccountsDialog *dialog,
   accounts_dialog_connection_changed_cb (account,
       0,
       status,
-      TP_CONNECTION_STATUS_DISCONNECTED,
+      TP_CONNECTION_STATUS_REASON_NONE_SPECIFIED,
       NULL,
       NULL,
       dialog);



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