From: Guillaume Desmottes Date: Mon, 12 Jul 2010 18:17:33 +0000 (+0200) Subject: empathy-contact-list-view: coding style fix X-Git-Url: https://git.0d.be/?p=empathy.git;a=commitdiff_plain;h=0dc52c58e16a3438ae6de9f6cf80f973d856d0f7 empathy-contact-list-view: coding style fix --- 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,