[empathy] use conn-status-reason instead of conn-status
- From: Felix Kaser <kaserf src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [empathy] use conn-status-reason instead of conn-status
- Date: Sat, 28 Nov 2009 19:22:17 +0000 (UTC)
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]