]> git.0d.be Git - empathy.git/commitdiff
empathy-contact-list-view: coding style fix
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 12 Jul 2010 18:17:33 +0000 (20:17 +0200)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 12 Jul 2010 18:25:29 +0000 (20:25 +0200)
libempathy-gtk/empathy-contact-list-view.c

index c6099d91026714be01b49febb1a60b339c5ddb86..0e7c227d94e75762eed85ed0f8f35c74d875daf1 100644 (file)
@@ -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,