# HG changeset patch # User nhjm449 # Date 1147406313 25200 # Node ID 314665261dbe304fdac072d544ecce64c16da57e # Parent 1a73946ddfbda8f77f39c757d43cad54a0eae039 [svn] - If GTK is going to show its own search box for the JTF treeview, at least make it search the correct column diff -r 1a73946ddfbd -r 314665261dbe audacious/mainwin.c --- a/audacious/mainwin.c Wed May 10 19:13:49 2006 -0700 +++ b/audacious/mainwin.c Thu May 11 20:58:33 2006 -0700 @@ -1760,6 +1760,8 @@ gtk_tree_view_column_set_spacing(column, 4); gtk_tree_view_append_column(GTK_TREE_VIEW(treeview), column); + gtk_tree_view_set_search_column(GTK_TREE_VIEW(treeview), 1); + g_signal_connect(treeview, "row-activated", G_CALLBACK(mainwin_jump_to_file_jump), NULL);