From 0a8c8a26392654e2f384015190665b42f7e2f73f Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Wed, 9 Jun 2010 17:07:52 +0200 Subject: coding style fixes --- libempathy-gtk/empathy-contact-list-view.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libempathy-gtk') diff --git a/libempathy-gtk/empathy-contact-list-view.c b/libempathy-gtk/empathy-contact-list-view.c index 5ae2e990a..200524d25 100644 --- a/libempathy-gtk/empathy-contact-list-view.c +++ b/libempathy-gtk/empathy-contact-list-view.c @@ -1259,7 +1259,7 @@ contact_list_view_search_hide_cb (EmpathyLiveSearch *search, gtk_tree_view_collapse_row (GTK_TREE_VIEW (view), path); } - gtk_tree_path_free(path); + gtk_tree_path_free (path); g_free (name); } @@ -1352,8 +1352,8 @@ contact_list_view_row_has_child_toggled_cb (GtkTreeModel *model, (priv->search_widget != NULL && gtk_widget_get_visible (priv->search_widget)) || empathy_contact_group_get_expanded (name); - /* FIXME: It doesn't work to call gtk_tree_view_expand_row() from within - * gtk_tree_model_filter_refilter() */ + /* FIXME: It doesn't work to call gtk_tree_view_expand_row () from within + * gtk_tree_model_filter_refilter () */ g_idle_add (contact_list_view_expand_idle_cb, data); g_free (name); -- cgit v1.2.3