[Commits] [SCM] claws branch, gtk3, updated. 3.16.0-880-ga2cf46f2d

paul at claws-mail.org paul at claws-mail.org
Mon Dec 2 14:58:02 CET 2019


The branch, gtk3 has been updated
       via  a2cf46f2d02977d274d2bcf4018c3972d69b157a (commit)
      from  b517288f829eb24d14b733a408c77285343b9127 (commit)

Summary of changes:
 src/gtk/sslcertwindow.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


- Log -----------------------------------------------------------------
commit a2cf46f2d02977d274d2bcf4018c3972d69b157a
Author: paul <paul at claws-mail.org>
Date:   Mon Dec 2 13:57:53 2019 +0000

    fix incompatible pointer types

diff --git a/src/gtk/sslcertwindow.c b/src/gtk/sslcertwindow.c
index 7a5310888..af07ab203 100644
--- a/src/gtk/sslcertwindow.c
+++ b/src/gtk/sslcertwindow.c
@@ -54,9 +54,9 @@ static GtkWidget *cert_presenter(SSLCertificate *cert)
 	GtkWidget *frame_owner = NULL;
 	GtkWidget *frame_signer = NULL;
 	GtkWidget *frame_status = NULL;
-	GtkTable *owner_table = NULL;
-	GtkTable *signer_table = NULL;
-	GtkTable *status_table = NULL;
+	GtkWidget *owner_table = NULL;
+	GtkWidget *signer_table = NULL;
+	GtkWidget *status_table = NULL;
 	GtkWidget *label = NULL;
 	
 	char *issuer_commonname, *issuer_location, *issuer_organization;

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list