forked from AuroraMiddleware/gtk
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)
This commit is contained in:
parent
807c619d82
commit
28c7dd4d42
@ -1,3 +1,8 @@
|
||||
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)
|
||||
|
||||
Sun Aug 26 20:00:00 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* configure.in acinclude.m4: Use autoconf 2.13/2.50 compat
|
||||
|
@ -1,3 +1,8 @@
|
||||
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)
|
||||
|
||||
Sun Aug 26 20:00:00 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* configure.in acinclude.m4: Use autoconf 2.13/2.50 compat
|
||||
|
@ -1,3 +1,8 @@
|
||||
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)
|
||||
|
||||
Sun Aug 26 20:00:00 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* configure.in acinclude.m4: Use autoconf 2.13/2.50 compat
|
||||
|
@ -1,3 +1,8 @@
|
||||
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)
|
||||
|
||||
Sun Aug 26 20:00:00 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* configure.in acinclude.m4: Use autoconf 2.13/2.50 compat
|
||||
|
@ -1,3 +1,8 @@
|
||||
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)
|
||||
|
||||
Sun Aug 26 20:00:00 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* configure.in acinclude.m4: Use autoconf 2.13/2.50 compat
|
||||
|
@ -1,3 +1,8 @@
|
||||
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)
|
||||
|
||||
Sun Aug 26 20:00:00 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* configure.in acinclude.m4: Use autoconf 2.13/2.50 compat
|
||||
|
@ -1,3 +1,8 @@
|
||||
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)
|
||||
|
||||
Sun Aug 26 20:00:00 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* configure.in acinclude.m4: Use autoconf 2.13/2.50 compat
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user