aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorFelix Kaser <f.kaser@gmx.net>2009-11-29 03:16:45 +0800
committerFelix Kaser <f.kaser@gmx.net>2009-11-29 03:16:45 +0800
commitad74851368bf2a5b355696f4ad8f55f184070179 (patch)
treec04d216653e43a1cdc9de121e66f35e322c7f53e /src
parent297ebd5f9415f444b2bc6db3e30a1ab8c2654a22 (diff)
downloadgsoc2013-empathy-ad74851368bf2a5b355696f4ad8f55f184070179.tar
gsoc2013-empathy-ad74851368bf2a5b355696f4ad8f55f184070179.tar.gz
gsoc2013-empathy-ad74851368bf2a5b355696f4ad8f55f184070179.tar.bz2
gsoc2013-empathy-ad74851368bf2a5b355696f4ad8f55f184070179.tar.lz
gsoc2013-empathy-ad74851368bf2a5b355696f4ad8f55f184070179.tar.xz
gsoc2013-empathy-ad74851368bf2a5b355696f4ad8f55f184070179.tar.zst
gsoc2013-empathy-ad74851368bf2a5b355696f4ad8f55f184070179.zip
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.
Diffstat (limited to 'src')
-rw-r--r--src/empathy-accounts-dialog.c2
1 files changed, 1 insertions, 1 deletions
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);