Avoid another revert conflict

Moving this bit up a few lines lets the following revert apply
cleanly.
This commit is contained in:
Matthias Clasen 2014-06-01 10:11:14 -04:00
parent 210453b79e
commit fd62353e25

View File

@ -475,12 +475,12 @@ struct _GtkTreeViewPrivate
guint hover_expand : 1;
guint imcontext_changed : 1;
guint in_scroll : 1;
guint rubber_banding_enable : 1;
guint in_grab : 1;
guint in_scroll : 1;
/* Whether our key press handler is to avoid sending an unhandled binding to the search entry */
guint search_entry_avoid_unhandled_binding : 1;