talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit a2cf46f2d02977d274d2bcf4018c3972d69b157a
parent b517288f829eb24d14b733a408c77285343b9127
Author: paul <paul@claws-mail.org>
Date:   Mon,  2 Dec 2019 13:57:53 +0000

fix incompatible pointer types

Diffstat:
Msrc/gtk/sslcertwindow.c | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 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;