Bug 523930 – sort -> search in gtktreeview.c
* gtk/gtktreeview.c (gtk_tree_view_set_search_column): Fix a doc
glitch, pointed out by Björn Lindqvist.
svn path=/trunk/; revision=20159
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
2008-05-25 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
Bug 523930 – sort -> search in gtktreeview.c
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_set_search_column): Fix a doc
|
||||
glitch, pointed out by Björn Lindqvist.
|
||||
|
||||
2008-05-25 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
Bug 479384 – gtk_selection_data_targets_include_uri docs buglet
|
||||
|
||||
@@ -13891,7 +13891,7 @@ gtk_tree_view_get_search_column (GtkTreeView *tree_view)
|
||||
* Sets @column as the column where the interactive search code should
|
||||
* search in.
|
||||
*
|
||||
* If the sort column is set, users can use the "start-interactive-search"
|
||||
* If the search column is set, users can use the "start-interactive-search"
|
||||
* key binding to bring up search popup. The enable-search property controls
|
||||
* whether simply typing text will also start an interactive search.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user