From ad74851368bf2a5b355696f4ad8f55f184070179 Mon Sep 17 00:00:00 2001 From: Felix Kaser Date: Sat, 28 Nov 2009 20:16:45 +0100 Subject: 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 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/empathy-accounts-dialog.c') diff --git a/src/empathy-accounts-dialog.c b/src/empathy-accounts-dialog.c index daae3d874..ec410050b 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); -- cgit v1.2.3