Skip to content

Do not add empty strings to GtkFileFilter

Emmanuele Bassi requested to merge issue-1973 into gtk-3-24

When parsing a UI description for GtkFileFilter we should avoid passing empty strings, to avoid issues when serialising the filter before sending it over DBus.

Fixes: #1973 (closed)

Merge request reports