Skip to content
  • Michael Catanzaro's avatar
    filechoosernative: forward current_filter to delegate dialog · a136cbae
    Michael Catanzaro authored
    gtk_file_chooser_set_filter() doesn't work for GtkFileChooserNative. The
    code forwards added and removed filters to the delegate dialog, but
    doesn't do anything to set the selected one, so the wrong one gets
    chosen. So fix that.
    
    This only fixes the fallback dialog. The portal will be fixed in a
    subsequent commit.
    
    Partial fix for #1492
    a136cbae