summaryrefslogtreecommitdiff
path: root/gtk/gtkmenubar.h
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2001-08-27 18:22:31 +0000
committerOwen Taylor <otaylor@src.gnome.org>2001-08-27 18:22:31 +0000
commit28c7dd4d4202149e0411ad95611780f985ab879f (patch)
tree9a48952880ef94b4b0b7c388623a871079a8ed0d /gtk/gtkmenubar.h
parent807c619d8247be0dfdaadcaaf7a5fd5ea798b057 (diff)
downloadgtk+-28c7dd4d4202149e0411ad95611780f985ab879f.tar.gz
Fix a cuple of typos in compat macros. (#59624, Skip Montaro)
Mon Aug 27 14:18:12 2001 Owen Taylor <otaylor@redhat.com> * gtk/gtkmenubar.h (gtk_menu_bar_prepend): Fix a cuple of typos in compat macros. (#59624, Skip Montaro)
Diffstat (limited to 'gtk/gtkmenubar.h')
-rw-r--r--gtk/gtkmenubar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkmenubar.h b/gtk/gtkmenubar.h
index 658af17c41..856ab5b338 100644
--- a/gtk/gtkmenubar.h
+++ b/gtk/gtkmenubar.h
@@ -64,8 +64,8 @@ GtkWidget* gtk_menu_bar_new (void);
#ifndef GTK_DISABLE_DEPRECATED
#define gtk_menu_bar_append(menu,child) gtk_menu_shell_append ((GtkMenuShell *)(menu),(child))
-#define gtk_menu_bar_prepend(menu_child) gtk_menu_shell_prepend ((GtkMenuShell *)(menu),(child))
-#define gtk_menu_bar_insert(menu,child,pos) gtk_menu_shell_prepend ((GtkMenuShell *)(menu),(child),(pos))
+#define gtk_menu_bar_prepend(menu,child) gtk_menu_shell_prepend ((GtkMenuShell *)(menu),(child))
+#define gtk_menu_bar_insert(menu,child,pos) gtk_menu_shell_insert ((GtkMenuShell *)(menu),(child),(pos))
#endif /* GTK_DISABLE_DEPRECATED */
#ifdef __cplusplus