[gtk+/gtk-3-8] Make key themes work again
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/gtk-3-8] Make key themes work again
- Date: Wed, 8 May 2013 14:23:07 +0000 (UTC)
commit bb8254877b90052abd3569c6ca5cb6fe7cd628cb
Author: Matthias Clasen <mclasen redhat com>
Date: Wed May 8 10:19:08 2013 -0400
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
gtk/gtkcssstylepropertyimpl.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkcssstylepropertyimpl.c b/gtk/gtkcssstylepropertyimpl.c
index 26726d7..7371438 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;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]