From 0dc52c58e16a3438ae6de9f6cf80f973d856d0f7 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Mon, 12 Jul 2010 20:17:33 +0200 Subject: [PATCH] empathy-contact-list-view: coding style fix --- libempathy-gtk/empathy-contact-list-view.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libempathy-gtk/empathy-contact-list-view.c b/libempathy-gtk/empathy-contact-list-view.c index c6099d91..0e7c227d 100644 --- a/libempathy-gtk/empathy-contact-list-view.c +++ b/libempathy-gtk/empathy-contact-list-view.c @@ -1265,7 +1265,7 @@ contact_list_view_search_activate_cb (GtkWidget *search, { GtkTreePath *path; GtkTreeViewColumn *focus_column; - + gtk_tree_view_get_cursor (GTK_TREE_VIEW (view), &path, &focus_column); if (path != NULL) { gtk_tree_view_row_activated (GTK_TREE_VIEW (view), path, -- 2.39.2