forked from AuroraMiddleware/gtk
Don't use XP themes until they work
This commit is contained in:
parent
8539899349
commit
fb63e32a9d
@ -919,6 +919,9 @@ xp_theme_draw (GdkWindow *win, XpThemeElement element, GtkStyle *style,
|
|||||||
gboolean
|
gboolean
|
||||||
xp_theme_is_active (void)
|
xp_theme_is_active (void)
|
||||||
{
|
{
|
||||||
|
/* Workaround for bug #598299 */
|
||||||
|
return FALSE;
|
||||||
|
|
||||||
return use_xp_theme;
|
return use_xp_theme;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user