Skip to content

toolbar: Fix search button and search entry state desync

George Mocanu requested to merge BaTDucK/nautilus:search_button into master

Sometimes the search button and search entry state can get out of sync as shown in Case A of the issue or following these steps:

  1. Press the search button (while the search entry is hidden)
  2. Change directory (while the search entry is shown)

The search button should be updated at every toolbar refresh.

Fixes #570 (closed)

Merge request reports