file chooser: Stop search when entry is cleared

This commit is contained in:
Matthias Clasen
2015-07-15 00:12:33 -04:00
parent 5bd6013165
commit 6d757750f1

View File

@ -7186,6 +7186,8 @@ search_entry_activate_cb (GtkFileChooserWidget *impl)
if (text[0] != '\0')
search_start_query (impl, text);
else
search_stop_searching (impl, FALSE);
}
static void