From 3974ab0014f5146f162945eb9102051826bd109e Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Wed, 24 Jun 2009 15:44:09 +0100 Subject: empathy-contact-list-store: remove trailing tabs --- libempathy-gtk/empathy-contact-list-store.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'libempathy-gtk') 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); -- cgit v1.2.3