Skip to content
Snippets Groups Projects
Commit fde32e13 authored by Sergios - Anestis Kefalidis's avatar Sergios - Anestis Kefalidis Committed by Alexander Schwinn
Browse files

Change the return value for an empty search query (Issue #726)

Return an empty string instead of NULL when the search is active but there is no query.

This allows thunar_standard_view_set_searching to disable thunar_standard_view_select_after_row_deleted which calls set_cursor. We want set_cursor disabled
because it massively slows down Thunar when searching (since it gets called everytime that a row is removed from the view model).
parent 4b62ce55
No related branches found
No related tags found
1 merge request!186Return an empty string instead of NULL when the search is active but there is no query.
Pipeline #13668 passed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment