diff options
author | Arnaud Charlet <charlet@adacore.com> | 2011-10-20 13:18:19 +0200 |
---|---|---|
committer | Alexander Larsson <alexl@redhat.com> | 2011-11-10 17:40:56 +0100 |
commit | 6ed89c514ba0a5723299af357620342f1d471677 (patch) | |
tree | 2490aefa7108c230eb39f5860bf1fcf3a86aaaaf /modules | |
parent | 1df95b4c0aac1194e0b84ab31fb3bafdadd7aaf8 (diff) | |
download | gtk+-6ed89c514ba0a5723299af357620342f1d471677.tar.gz |
win32: fix typo in msw_style.c
https://bugzilla.gnome.org/show_bug.cgi?id=647460
Diffstat (limited to 'modules')
-rwxr-xr-x | modules/engines/ms-windows/msw_style.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/engines/ms-windows/msw_style.c b/modules/engines/ms-windows/msw_style.c index ca7d38ff68..97fb2f3826 100755 --- a/modules/engines/ms-windows/msw_style.c +++ b/modules/engines/ms-windows/msw_style.c @@ -853,7 +853,7 @@ setup_system_styles (GtkStyle *style) sys_color_to_gtk_color (XP_THEME_CLASS_TEXT, COLOR_GRAYTEXT, &style->fg[GTK_STATE_INSENSITIVE]); sys_color_to_gtk_color (XP_THEME_CLASS_BUTTON, COLOR_BTNTEXT, - &style->bg[GTK_STATE_ACTIVE]); + &style->fg[GTK_STATE_ACTIVE]); sys_color_to_gtk_color (XP_THEME_CLASS_WINDOW, COLOR_WINDOWTEXT, &style->fg[GTK_STATE_PRELIGHT]); |