Skip to content

font-view: destroy error dialog when closed

Jake Dane requested to merge (removed):jakedane-main-patch-47103 into main

The error dialog couldn't be closed. The cause was that it connected the dialog response to gtk_widget_unparent instead of to gtk_window_destroy.

Fixes #45 (closed).

Merge request reports