aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-contact-list-store.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-06-24 22:44:09 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-06-25 00:32:28 +0800
commit3974ab0014f5146f162945eb9102051826bd109e (patch)
tree0308a0a83dae16adea4cd3b87d215c7412ed970d /libempathy-gtk/empathy-contact-list-store.c
parentedaad58496e20b817036e167ce63239da272f5cf (diff)
downloadgsoc2013-empathy-3974ab0014f5146f162945eb9102051826bd109e.tar
gsoc2013-empathy-3974ab0014f5146f162945eb9102051826bd109e.tar.gz
gsoc2013-empathy-3974ab0014f5146f162945eb9102051826bd109e.tar.bz2
gsoc2013-empathy-3974ab0014f5146f162945eb9102051826bd109e.tar.lz
gsoc2013-empathy-3974ab0014f5146f162945eb9102051826bd109e.tar.xz
gsoc2013-empathy-3974ab0014f5146f162945eb9102051826bd109e.tar.zst
gsoc2013-empathy-3974ab0014f5146f162945eb9102051826bd109e.zip
empathy-contact-list-store: remove trailing tabs
Diffstat (limited to 'libempathy-gtk/empathy-contact-list-store.c')
-rw-r--r--libempathy-gtk/empathy-contact-list-store.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/libempathy-gtk/empathy-contact-list-store.c b/libempathy-gtk/empathy-contact-list-store.c
index 261b2cc60..0e9372be1 100644
--- a/libempathy-gtk/empathy-contact-list-store.c
+++ b/libempathy-gtk/empathy-contact-list-store.c
@@ -601,7 +601,7 @@ empathy_contact_list_store_set_sort_criterium (EmpathyContactListStore *stor
EMPATHY_CONTACT_LIST_STORE_COL_STATUS,
GTK_SORT_ASCENDING);
break;
-
+
case EMPATHY_CONTACT_LIST_STORE_SORT_NAME:
gtk_tree_sortable_set_sort_column_id (GTK_TREE_SORTABLE (store),
EMPATHY_CONTACT_LIST_STORE_COL_NAME,
@@ -738,7 +738,7 @@ contact_list_store_setup (EmpathyContactListStore *store)
G_TYPE_BOOLEAN, /* Is separator */
G_TYPE_BOOLEAN, /* Can make audio calls */
G_TYPE_BOOLEAN}; /* Can make video calls */
-
+
priv = GET_PRIV (store);
gtk_tree_store_set_column_types (GTK_TREE_STORE (store),
@@ -853,7 +853,7 @@ contact_list_store_add_contact (EmpathyContactListStore *store,
GList *groups = NULL, *l;
priv = GET_PRIV (store);
-
+
if (EMP_STR_EMPTY (empathy_contact_get_name (contact)) ||
(!priv->show_offline && !empathy_contact_is_online (contact))) {
return;
@@ -922,7 +922,7 @@ contact_list_store_remove_contact (EmpathyContactListStore *store,
if (!iters) {
return;
}
-
+
/* Clean up model */
model = GTK_TREE_MODEL (store);
@@ -1156,7 +1156,7 @@ contact_list_store_contact_active_new (EmpathyContactListStore *store,
DEBUG ("Contact:'%s' now active, and %s be removed",
empathy_contact_get_name (contact),
remove ? "WILL" : "WILL NOT");
-
+
data = g_slice_new0 (ShowActiveData);
data->store = g_object_ref (store);