Console error messages
This commit is contained in:
@ -1,9 +1,10 @@
|
|||||||
2003-09-14 Raymond Penners <raymond@dotsphinx.com>
|
2003-09-14 Raymond Penners <raymond@dotsphinx.com>
|
||||||
|
|
||||||
* === Released 0.4.1 ===
|
* src/wimp_style.c: Fixed console message complaining about
|
||||||
|
"default_border".
|
||||||
|
|
||||||
* src/wimp_style.c: Due to a bug lots of console message
|
* src/wimp_style.c: Due to a bug lots of console message
|
||||||
complaining about "unexpected keyword `fg'" occured, fixed.
|
complaining about "unexpected keyword `fg'" and occured, fixed.
|
||||||
|
|
||||||
2003-09-11 Dom Lachowicz <cinamod@hotmail.com>
|
2003-09-11 Dom Lachowicz <cinamod@hotmail.com>
|
||||||
|
|
||||||
|
@ -372,10 +372,10 @@ setup_system_styles(GtkStyle *style)
|
|||||||
TODO: use GetThemeMetric for the border and outside border */
|
TODO: use GetThemeMetric for the border and outside border */
|
||||||
sprintf(buf, "style \"wimp-button\" = \"wimp-default\"\n"
|
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"
|
"GtkButton::default_border = { 1, 1, 1, 1 }\n"
|
||||||
"default_outside_border = { 0, 0, 0, 0 }\n"
|
"GtkButton::default_outside_border = { 0, 0, 0, 0 }\n"
|
||||||
"child_displacement_x = 1\n"
|
"GtkButton::child_displacement_x = 1\n"
|
||||||
"child_displacement_y = 1\n"
|
"GtkButton::child_displacement_y = 1\n"
|
||||||
"}widget_class \"*GtkButton*\" style \"wimp-button\"\n",
|
"}widget_class \"*GtkButton*\" style \"wimp-button\"\n",
|
||||||
btn_fore.red,
|
btn_fore.red,
|
||||||
btn_fore.green,
|
btn_fore.green,
|
||||||
|
Reference in New Issue
Block a user