Apply the gtk-default-menu-item-style to cell view menu items as well.

* gtk/gtkrc.c (_gtk_rc_init): Apply the gtk-default-menu-item-style
	to cell view menu items as well.  (#147405, John Cupitt)
This commit is contained in:
Matthias Clasen 2004-07-12 16:21:45 +00:00
parent 4a6f874558
commit 37610bc344
5 changed files with 13 additions and 0 deletions

View File

@ -1,5 +1,8 @@
2004-07-12 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkrc.c (_gtk_rc_init): Apply the gtk-default-menu-item-style
to cell view menu items as well. (#147405, John Cupitt)
* gtk/gtkentrycompletion.c: Warning fixes. (#147420,
Morten Welinder)

View File

@ -1,5 +1,8 @@
2004-07-12 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkrc.c (_gtk_rc_init): Apply the gtk-default-menu-item-style
to cell view menu items as well. (#147405, John Cupitt)
* gtk/gtkentrycompletion.c: Warning fixes. (#147420,
Morten Welinder)

View File

@ -1,5 +1,8 @@
2004-07-12 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkrc.c (_gtk_rc_init): Apply the gtk-default-menu-item-style
to cell view menu items as well. (#147405, John Cupitt)
* gtk/gtkentrycompletion.c: Warning fixes. (#147420,
Morten Welinder)

View File

@ -1,5 +1,8 @@
2004-07-12 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkrc.c (_gtk_rc_init): Apply the gtk-default-menu-item-style
to cell view menu items as well. (#147405, John Cupitt)
* gtk/gtkentrycompletion.c: Warning fixes. (#147420,
Morten Welinder)

View File

@ -693,6 +693,7 @@ _gtk_rc_init (void)
"widget_class \"*.GtkCheckMenuItem.*\" style : gtk \"gtk-default-menu-item-style\"\n"
"widget_class \"*.GtkImageMenuItem.*\" style : gtk \"gtk-default-menu-item-style\"\n"
"widget_class \"*.GtkSeparatorMenuItem.*\" style : gtk \"gtk-default-menu-item-style\"\n"
"widget_class \"*.GtkCellViewMenuItem.*\" style : gtk \"gtk-default-menu-item-style\"\n"
"widget_class \"*GtkMenuBar*GtkMenuItem\" style : gtk \"gtk-default-menu-bar-item-style\"\n"
"widget_class \"*GtkMenuBar*GtkAccelMenuItem\" style : gtk \"gtk-default-menu-bar-item-style\"\n"
"widget_class \"*GtkMenuBar*GtkRadioMenuItem\" style : gtk \"gtk-default-menu-bar-item-style\"\n"