summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Russell <bratsche@src.gnome.org>2007-05-09 16:16:09 +0000
committerCody Russell <bratsche@src.gnome.org>2007-05-09 16:16:09 +0000
commite098ab04f99fe60b1d6e1fc8c698dc7fecd35d1b (patch)
tree4f3165afb54ce1c1299728a56203d4bb031beac1
parent1c7612732fc6c676f085671ad1c1333080dbeed6 (diff)
downloadgdk-pixbuf-e098ab04f99fe60b1d6e1fc8c698dc7fecd35d1b.tar.gz
Render non-XP tabs correctly on Win32
svn path=/branches/gtk-2-10/; revision=17809
-rw-r--r--ChangeLog7
-rwxr-xr-xmodules/engines/ms-windows/msw_style.c2
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index cdce0d423..bfa19a779 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-05-09 Cody Russell <bratsche@gnome.org>
+
+ Merge from trunk:
+
+ * modules/engines/ms-windows/msw_style.c: MS-Windows Theme top tabs
+ rendered upside down for non-XP theme (#435053, Daniel Atallah)
+
2007-05-09 Loïc Minier <lool@dooz.org>
* gdk/directfb/Makefile.am:
diff --git a/modules/engines/ms-windows/msw_style.c b/modules/engines/ms-windows/msw_style.c
index cbd7ed487..6d68a718a 100755
--- a/modules/engines/ms-windows/msw_style.c
+++ b/modules/engines/ms-windows/msw_style.c
@@ -2669,7 +2669,7 @@ draw_extension (GtkStyle *style,
if (!draw_tab_button (style, window, state_type,
shadow_type, area, widget,
detail,
- x, y, width, height, gap_side))
+ x, y, width, height, real_gap_side))
{
parent_class->draw_extension (style, window, state_type,
shadow_type, area, widget, detail,