Forgotten commit

This commit is contained in:
Matthias Clasen
2004-05-10 21:10:28 +00:00
parent 72d97795eb
commit 011af2556d

View File

@ -209,6 +209,8 @@ struct _GtkTreeViewPrivate
guint enable_search : 1;
guint disable_popdown : 1;
guint hover_selection : 1;
gint selected_iter;
gint search_column;
GtkTreeViewSearchDialogPositionFunc search_dialog_position_func;