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
Showing
- thunar/thunar-io-scan-directory.c 6 additions, 0 deletionsthunar/thunar-io-scan-directory.c
- thunar/thunar-list-model.c 2 additions, 0 deletionsthunar/thunar-list-model.c
- thunar/thunar-location-bar.c 3 additions, 2 deletionsthunar/thunar-location-bar.c
- thunar/thunar-location-entry.c 2 additions, 1 deletionthunar/thunar-location-entry.c
- thunar/thunar-path-entry.c 2 additions, 2 deletionsthunar/thunar-path-entry.c
- thunar/thunar-window.c 1 addition, 1 deletionthunar/thunar-window.c
Loading
Please register or sign in to comment