Skip to content

filechooser: Improve handling of non-existing files

Matthias Clasen requested to merge file-chooser-work into main

If the current_file does not exist, calling gtk_file_chooser_set_file does no good. Instead, call set_current_folder and set_current_name.

Merge request reports