diff options
-rw-r--r-- | 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 225bf365c..99d365953 100644 --- a/src/empathy-accounts-dialog.c +++ b/src/empathy-accounts-dialog.c @@ -842,7 +842,7 @@ get_status_icon_for_account (EmpathyAccountsDialog *self, /* An error occured */ return GTK_STOCK_DIALOG_ERROR; - presence = TP_CONNECTION_PRESENCE_TYPE_OFFLINE; + presence = TP_CONNECTION_PRESENCE_TYPE_OFFLINE; } else if (status == TP_CONNECTION_STATUS_CONNECTING) { |