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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user