[empathy/mc5: 204/483] Use the right property name when getting the connection status.
- From: Sjoerd Simons <sjoerds src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [empathy/mc5: 204/483] Use the right property name when getting the connection status.
- Date: Fri, 21 Aug 2009 17:16:33 +0000 (UTC)
commit ab51e3524e667dce95c9b792a9cd051f4070d668
Author: Cosimo Cecchi <cosimo cecchi collabora co uk>
Date: Sat Jul 25 17:23:38 2009 +0200
Use the right property name when getting the connection status.
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 f358be8..35acf69 100644
--- a/src/empathy-accounts-dialog.c
+++ b/src/empathy-accounts-dialog.c
@@ -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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]