Don't use XP themes until they work

This commit is contained in:
Tor Lillqvist 2009-10-13 21:32:04 +03:00
parent 8539899349
commit fb63e32a9d

View File

@ -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;
}