summaryrefslogtreecommitdiff
path: root/gtk/gtkcssstylepropertyimpl.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2013-05-08 10:19:08 -0400
committerMatthias Clasen <mclasen@redhat.com>2013-05-08 10:21:36 -0400
commitc77e12a215ab20fb311c8d62c9ffd3119bb6d294 (patch)
tree0ac638b3de812922b1e6c42567c90d6f771c15f7 /gtk/gtkcssstylepropertyimpl.c
parent63a35b6f9cd3a0446cf32839a730f2ce71e82d28 (diff)
downloadgtk+-c77e12a215ab20fb311c8d62c9ffd3119bb6d294.tar.gz
Make key themes work again
This was inadvertedly broken in commit 44ba5d253f5bbda2d5a42c58218ad2aa318256f4. Thanks to Matthew Francis for tracking this down and providing a fix in https://bugzilla.gnome.org/show_bug.cgi?id=699901
Diffstat (limited to 'gtk/gtkcssstylepropertyimpl.c')
-rw-r--r--gtk/gtkcssstylepropertyimpl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkcssstylepropertyimpl.c b/gtk/gtkcssstylepropertyimpl.c
index ea3cb36c69..c189ea691c 100644
--- a/gtk/gtkcssstylepropertyimpl.c
+++ b/gtk/gtkcssstylepropertyimpl.c
@@ -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;
}