diff --git a/gtk+-2.10.12-search.patch b/gtk+-2.10.12-search.patch index d3b8f70..912e8e8 100644 --- a/gtk+-2.10.12-search.patch +++ b/gtk+-2.10.12-search.patch @@ -3137,7 +3137,7 @@ + + search_switch_to_browse_mode (impl); /* This will give us the location widgets back */ + if (impl->current_folder) -+ change_folder_and_display_error (impl, impl->current_folder); ++ change_folder_and_display_error (impl, impl->current_folder, FALSE); + + if (impl->location_mode == LOCATION_MODE_PATH_BAR) + widget_to_focus = impl->browse_files_tree_view;