treeview: Fix variable typo

We actually want search_entry there, not search_window which is the
O-R window in the non-custom case.
This commit is contained in:
Carlos Garnacho 2019-04-03 13:07:06 +02:00
parent f559de112b
commit 95754aa71f

View File

@ -13887,7 +13887,7 @@ gtk_tree_view_search_key_pressed (GtkEventControllerKey *key,
GdkModifierType state,
GtkTreeView *tree_view)
{
GtkWidget *widget = tree_view->priv->search_window;
GtkWidget *widget = tree_view->priv->search_entry;
GdkModifierType default_accel;
gboolean retval = FALSE;