aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-account-chooser.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-06-24 22:43:01 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-06-25 00:32:27 +0800
commit58781acde5a0e1ca4bc20fe1eb4884fa2c097b74 (patch)
treefd4eb8b2e1cbe9e90e1bcf9c847bca1a8faf41e8 /libempathy-gtk/empathy-account-chooser.c
parent66a3fe50151f3fb7498e38b8b3a4f54918244baf (diff)
downloadgsoc2013-empathy-58781acde5a0e1ca4bc20fe1eb4884fa2c097b74.tar
gsoc2013-empathy-58781acde5a0e1ca4bc20fe1eb4884fa2c097b74.tar.gz
gsoc2013-empathy-58781acde5a0e1ca4bc20fe1eb4884fa2c097b74.tar.bz2
gsoc2013-empathy-58781acde5a0e1ca4bc20fe1eb4884fa2c097b74.tar.lz
gsoc2013-empathy-58781acde5a0e1ca4bc20fe1eb4884fa2c097b74.tar.xz
gsoc2013-empathy-58781acde5a0e1ca4bc20fe1eb4884fa2c097b74.tar.zst
gsoc2013-empathy-58781acde5a0e1ca4bc20fe1eb4884fa2c097b74.zip
empathy-account-chooser: remove trailing tabs
Diffstat (limited to 'libempathy-gtk/empathy-account-chooser.c')
-rw-r--r--libempathy-gtk/empathy-account-chooser.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libempathy-gtk/empathy-account-chooser.c b/libempathy-gtk/empathy-account-chooser.c
index 915b37b23..488486fdf 100644
--- a/libempathy-gtk/empathy-account-chooser.c
+++ b/libempathy-gtk/empathy-account-chooser.c
@@ -361,7 +361,7 @@ empathy_account_chooser_get_has_all_option (EmpathyAccountChooser *chooser)
g_return_val_if_fail (EMPATHY_IS_ACCOUNT_CHOOSER (chooser), FALSE);
priv = GET_PRIV (chooser);
-
+
return priv->has_all_option;
}
@@ -653,11 +653,11 @@ account_chooser_separator_func (GtkTreeModel *model,
gboolean is_separator;
priv = GET_PRIV (chooser);
-
+
if (!priv->has_all_option) {
return FALSE;
}
-
+
gtk_tree_model_get (model, iter, COL_ACCOUNT_TEXT, &text, -1);
is_separator = text == NULL;
g_free (text);