From 50a9ba1f26725f87e634acc309d70839cde64672 Mon Sep 17 00:00:00 2001 From: Tim Janik Date: Sun, 7 Jun 1998 12:22:45 +0000 Subject: further additions to fit the gimp's code. additions to the dumping code to Sun Jun 7 10:53:02 1998 Tim Janik * gtk/gtkitemfactory.h: * gtk/gtkitemfactory.c: further additions to fit the gimp's code. additions to the dumping code to feature GtkPatternSpec. even found a bug to fix in the original code ;) --- gtk/gtkmenubar.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gtk/gtkmenubar.c') diff --git a/gtk/gtkmenubar.c b/gtk/gtkmenubar.c index 4decd67617..34b6782412 100644 --- a/gtk/gtkmenubar.c +++ b/gtk/gtkmenubar.c @@ -38,10 +38,10 @@ static gint gtk_menu_bar_expose (GtkWidget *widget, GdkEventExpose *event); -guint +GtkType gtk_menu_bar_get_type (void) { - static guint menu_bar_type = 0; + static GtkType menu_bar_type = 0; if (!menu_bar_type) { -- cgit v1.2.1