forked from AuroraMiddleware/gtk
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:
parent
4a6f874558
commit
37610bc344
@ -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)
|
||||
|
||||
|
@ -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)
|
||||
|
||||
|
@ -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)
|
||||
|
||||
|
@ -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)
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user