Skip to content

libmisc: Emit "updated" signal at end of search

Jason Crain requested to merge jcrain/evince:update-on-search-end into master

For long documents (more than 100 pages), EvSearchBox only sends the "updated" signal every few pages in order to make the GUI more reponsive, but it can miss the signal for the last few pages of the search. EvFindSidebar depends on this signal so this can result in search results for the previous few pages missing from the sidebar.

Fixes #917 (closed)

Merge request reports