diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-01-18 19:15:26 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-01-18 19:15:26 +0800 |
commit | 508ae6971b3b64e6f5db47cf1c452d70137993c9 (patch) | |
tree | a8688b851c0d77040d0e0987ab1c39ff54a1fe60 /src | |
parent | 7a3f2ebca0e3b23f384a6173645e94b4a424704d (diff) | |
download | gsoc2013-empathy-508ae6971b3b64e6f5db47cf1c452d70137993c9.tar gsoc2013-empathy-508ae6971b3b64e6f5db47cf1c452d70137993c9.tar.gz gsoc2013-empathy-508ae6971b3b64e6f5db47cf1c452d70137993c9.tar.bz2 gsoc2013-empathy-508ae6971b3b64e6f5db47cf1c452d70137993c9.tar.lz gsoc2013-empathy-508ae6971b3b64e6f5db47cf1c452d70137993c9.tar.xz gsoc2013-empathy-508ae6971b3b64e6f5db47cf1c452d70137993c9.tar.zst gsoc2013-empathy-508ae6971b3b64e6f5db47cf1c452d70137993c9.zip |
fix identation
Diffstat (limited to 'src')
-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) { |