]> git.0d.be Git - empathy.git/commitdiff
Use the right property name when getting the connection status.
authorCosimo Cecchi <cosimo.cecchi@collabora.co.uk>
Sat, 25 Jul 2009 15:23:38 +0000 (17:23 +0200)
committerCosimo Cecchi <cosimoc@gnome.org>
Wed, 29 Jul 2009 22:13:20 +0000 (00:13 +0200)
src/empathy-accounts-dialog.c

index f358be8b40cbb716ceb0e7131cf5c059e525168d..35acf69e8ffd07cfc1d05048fef7186ae2c17e8e 100644 (file)
@@ -774,7 +774,7 @@ accounts_dialog_add_account (EmpathyAccountsDialog *dialog,
        EmpathyAccountsDialogPriv *priv = GET_PRIV (dialog);
 
        model = gtk_tree_view_get_model (GTK_TREE_VIEW (priv->treeview));
-       g_object_get (account, "status", &status, NULL);
+       g_object_get (account, "connection-status", &status, NULL);
        name = empathy_account_get_display_name (account);
        enabled = empathy_account_is_enabled (account);