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:
Matthias Clasen
2008-05-25 20:41:55 +00:00
parent 4e89e57d1f
commit fa4fb90ee6
2 changed files with 8 additions and 1 deletions

View File

@@ -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

View File

@@ -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.
*