aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-01-18 19:15:26 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-01-18 19:15:26 +0800
commit508ae6971b3b64e6f5db47cf1c452d70137993c9 (patch)
treea8688b851c0d77040d0e0987ab1c39ff54a1fe60
parent7a3f2ebca0e3b23f384a6173645e94b4a424704d (diff)
downloadgsoc2013-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
-rw-r--r--src/empathy-accounts-dialog.c2
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)
{