summaryrefslogtreecommitdiff
path: root/gtk/gtkmenubar.c
diff options
context:
space:
mode:
authorTim Janik <timj@gtk.org>1998-06-07 12:22:45 +0000
committerTim Janik <timj@src.gnome.org>1998-06-07 12:22:45 +0000
commit50a9ba1f26725f87e634acc309d70839cde64672 (patch)
tree192026d7913519e7aaba2c53a19170d713f1d92f /gtk/gtkmenubar.c
parente47f60d702eafc2dd9e01912a19d80b50ccdfe55 (diff)
downloadgtk+-50a9ba1f26725f87e634acc309d70839cde64672.tar.gz
further additions to fit the gimp's code. additions to the dumping code to
Sun Jun 7 10:53:02 1998 Tim Janik <timj@gtk.org> * 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 ;)
Diffstat (limited to 'gtk/gtkmenubar.c')
-rw-r--r--gtk/gtkmenubar.c4
1 files changed, 2 insertions, 2 deletions
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)
{