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;