Skip to content

gtkplacesview: handle empty search queries

Peter Eisenmann requested to merge p3732/nautilus:wip/p3732/search-other into main

g_utf8_strdown() does not handle NULL, but setting a new search query to NULL is not needed anyway, so skip setting it. Turn the comparison into an early return to not require nested conditionals.

Fixes #3048 (closed)

Edited by Peter Eisenmann

Merge request reports