gtkplacesview: handle empty search queries
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