[gtk+] win32: fix typo in msw_style.c
- From: Alexander Larsson <alexl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] win32: fix typo in msw_style.c
- Date: Thu, 10 Nov 2011 16:47:52 +0000 (UTC)
commit 6ed89c514ba0a5723299af357620342f1d471677
Author: Arnaud Charlet <charlet adacore com>
Date: Thu Oct 20 13:18:19 2011 +0200
win32: fix typo in msw_style.c
https://bugzilla.gnome.org/show_bug.cgi?id=647460
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 ca7d38f..97fb2f3 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]);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]