From 097c5a1563f25b4f201aa3924bffb9a03764bbdd Mon Sep 17 00:00:00 2001 From: Julien BLACHE Date: Thu, 29 Apr 2004 19:21:54 +0000 Subject: [PATCH] src/gtkglue.h: looks like someone wanted GSGDialog.twocolumn to an int rather than a GtkWidget *. Fixed. --- Changelog | 4 ++++ src/gtkglue.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index 21a05a5..744566e 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,7 @@ +2004-04-29 Julien Blache + * src/gtkglue.h: looks like someone wanted GSGDialog.twocolumn to + an int rather than a GtkWidget *. Fixed. + 2004-04-24 Henning Meier-Geinitz * Makefile.in: Remove autoconf temp files in distclean. diff --git a/src/gtkglue.h b/src/gtkglue.h index 9efc447..00b1666 100644 --- a/src/gtkglue.h +++ b/src/gtkglue.h @@ -55,7 +55,7 @@ typedef struct GSGDialog GtkWidget *window; GtkWidget *main_hbox; GtkWidget *advanced_vbox; - GtkWidget *twocolumn; + int twocolumn; GtkTooltips *tooltips; GdkColor tooltips_fg; GdkColor tooltips_bg;