diff options
author | Tor Lillqvist <tml@iki.fi> | 2009-10-13 21:32:04 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2009-10-13 21:34:22 +0300 |
commit | fb63e32a9d54854ea126fb5e772b412df9bbaef8 (patch) | |
tree | 305bdca17a2d86b87c875ca291af28f6e90908e6 | |
parent | 8539899349ccb928e3074c4261758682ca1784a4 (diff) | |
download | gtk+-fb63e32a9d54854ea126fb5e772b412df9bbaef8.tar.gz |
Don't use XP themes until they work
-rwxr-xr-x | modules/engines/ms-windows/xp_theme.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/engines/ms-windows/xp_theme.c b/modules/engines/ms-windows/xp_theme.c index bfd8ab79f2..3d11935656 100755 --- a/modules/engines/ms-windows/xp_theme.c +++ b/modules/engines/ms-windows/xp_theme.c @@ -919,6 +919,9 @@ xp_theme_draw (GdkWindow *win, XpThemeElement element, GtkStyle *style, gboolean xp_theme_is_active (void) { + /* Workaround for bug #598299 */ + return FALSE; + return use_xp_theme; } |