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:
Matthias Clasen 2013-05-08 10:19:08 -04:00
parent 63a35b6f9c
commit c77e12a215

View File

@ -476,7 +476,7 @@ bindings_value_parse_one (GtkCssParser *parser)
return NULL; return NULL;
} }
if (g_ascii_strcasecmp (name, "none")) if (g_ascii_strcasecmp (name, "none") == 0)
{ {
name = NULL; name = NULL;
} }