Skip to content

gtk-demo: Application demo use open_finish()

Corey Berla requested to merge wip/corey/demo-file-dialog into main

The open action call back from gtk_file_dialog_open() is calling gtk_file_dialog_save_finish() incorrectly. Use gtk_file_dialog_open_finish().

Also, the GError from gtk_file_dialog_open_finish() leaks, since we aren't doing anything with that error anyways just pass NULL

Merge request reports