[balsa/gtk4: 178/193] libbalsa-gpgme: Build with gtk4




commit bc02cbfac95a6419fe2db5cfbfcd77b8ac4b495c
Author: Peter Bloomfield <PeterBloomfield bellsouth net>
Date:   Thu Oct 8 12:44:17 2020 -0400

    libbalsa-gpgme: Build with gtk4

 libbalsa/libbalsa-gpgme.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/libbalsa/libbalsa-gpgme.c b/libbalsa/libbalsa-gpgme.c
index a51c96ef5..aa2313f36 100644
--- a/libbalsa/libbalsa-gpgme.c
+++ b/libbalsa/libbalsa-gpgme.c
@@ -824,7 +824,7 @@ libbalsa_gpgme_get_seckey(gpgme_protocol_t   protocol,
                                        _("No private key for protocol %s is available for the signer ā€œ%sā€"),
                                        libbalsa_gpgme_protocol_name(protocol), name);
 
-                               g_signal_connect(dialog, "response", G_CALLBACK(gtk_widget_destroy), NULL);
+                               g_signal_connect(dialog, "response", G_CALLBACK(gtk_window_destroy), NULL);
                                gtk_widget_show(dialog);
                        }
                }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]