]> git.0d.be Git - empathy.git/commitdiff
use conn-status-reason instead of conn-status
authorFelix Kaser <f.kaser@gmx.net>
Sat, 28 Nov 2009 19:16:45 +0000 (20:16 +0100)
committerFelix Kaser <f.kaser@gmx.net>
Sat, 28 Nov 2009 19:16:45 +0000 (20:16 +0100)
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

index daae3d874c8b713e6b16df0605500bd592bdcb14..ec410050b4a06909bbd7df8b41090056bcdc351a 100644 (file)
@@ -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);