filechooser: Make filtering work again

One too many lines were dropped when this filter combo
was converted to a dropdown. Bring it back, to make
filtering work again.
This commit is contained in:
Matthias Clasen 2020-07-04 10:08:28 -04:00
parent b74a489aba
commit 69975627e9

View File

@ -6933,6 +6933,8 @@ filter_combo_changed (GtkDropDown *dropdown,
new_filter = gtk_drop_down_get_selected_item (dropdown);
set_current_filter (impl, new_filter);
if (impl->location_entry != NULL)
_gtk_file_chooser_entry_set_file_filter (GTK_FILE_CHOOSER_ENTRY (impl->location_entry),
new_filter);