Skip to content

Draft: app: allow saving to file multiple times in Error console

Anders Jonsson requested to merge ajonsson/gimp:error-log-to-file-twice into master

This seems to be enough to fix #10828

The dialog was only opened as long as console->file_dialog did not exist, so set it to NULL in the end of the function to allow subsequent opening of the dialog.

Merge request reports