]> Pileus Git - ~andy/gtk/commitdiff
Don't use XP themes until they work
authorTor Lillqvist <tml@iki.fi>
Tue, 13 Oct 2009 18:32:04 +0000 (21:32 +0300)
committerTor Lillqvist <tml@iki.fi>
Tue, 13 Oct 2009 18:34:22 +0000 (21:34 +0300)
modules/engines/ms-windows/xp_theme.c

index bfd8ab79f2ed6a67b4f8785f136f10a4473988cb..3d11935656e252a0ae190d006264c597c3d7c424 100755 (executable)
@@ -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;
 }