GNOME Bugzilla – Bug 699543
error dialog doesn't quit when hitting OK
Last modified: 2019-02-22 11:58:25 UTC
when trying to export a certificate, to say, "/", it fails and an error appears. One can't get rid of that by clicking ok.
Created attachment 243133 [details] [review] ui: Made gcr-certificate-renderer close the dialog when clicking okay According to https://developer.gnome.org/gtk3/stable/GtkMessageDialog.html gtk_widget_destroy is used rather than unref. So we got rid of a helper function, too.
Thanks! Attachment 243133 [details] pushed as 3f0b0e3 - ui: Made gcr-certificate-renderer close the dialog when clicking okay