forked from AuroraMiddleware/gtk
sf bug 805259
This commit is contained in:
parent
9ded36af54
commit
b24d3fd352
@ -1,3 +1,10 @@
|
||||
2003-09-14 Raymond Penners <raymond@dotsphinx.com>
|
||||
|
||||
* === Released 0.4.1 ===
|
||||
|
||||
* src/wimp_style.c: Due to a bug lots of console message
|
||||
complaining about "unexpected keyword `fg'" occured, fixed.
|
||||
|
||||
2003-09-11 Dom Lachowicz <cinamod@hotmail.com>
|
||||
|
||||
* src/Theme/gtk-2.0/gtkrc: Remove unused cruft wrt GtkScrollbars
|
||||
|
@ -371,7 +371,7 @@ setup_system_styles(GtkStyle *style)
|
||||
/* enable coloring for text on buttons
|
||||
TODO: use GetThemeMetric for the border and outside border */
|
||||
sprintf(buf, "style \"wimp-button\" = \"wimp-default\"\n"
|
||||
"fg[NORMAL] = { %d, %d, %d }\n"
|
||||
"{fg[NORMAL] = { %d, %d, %d }\n"
|
||||
"default_border = { 1, 1, 1, 1 }\n"
|
||||
"default_outside_border = { 0, 0, 0, 0 }\n"
|
||||
"child_displacement_x = 1\n"
|
||||
|
Loading…
Reference in New Issue
Block a user