forked from AuroraMiddleware/gtk
Make key themes work again
This was inadvertedly broken in commit
44ba5d253f
.
Thanks to Matthew Francis for tracking this down and providing
a fix in https://bugzilla.gnome.org/show_bug.cgi?id=699901
This commit is contained in:
parent
63a35b6f9c
commit
c77e12a215
@ -476,7 +476,7 @@ bindings_value_parse_one (GtkCssParser *parser)
|
||||
return NULL;
|
||||
}
|
||||
|
||||
if (g_ascii_strcasecmp (name, "none"))
|
||||
if (g_ascii_strcasecmp (name, "none") == 0)
|
||||
{
|
||||
name = NULL;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user