summaryrefslogtreecommitdiff
path: root/gtk/gtkcsslookup.c
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2011-12-31 16:40:06 +0100
committerBenjamin Otte <otte@redhat.com>2012-01-09 18:37:52 +0100
commit7a7669478014492bcaa3664fcea229cc263976e2 (patch)
tree8f0004ef2ee6cc930f665439fe7bc1309aaacb1e /gtk/gtkcsslookup.c
parent2128b356b2b2e9b14d1a33ef29bd435f1a52c153 (diff)
downloadgtk+-7a7669478014492bcaa3664fcea229cc263976e2.tar.gz
styleproperty: Use _gtk_style_property_get_name()
Diffstat (limited to 'gtk/gtkcsslookup.c')
-rw-r--r--gtk/gtkcsslookup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkcsslookup.c b/gtk/gtkcsslookup.c
index 1dfb6b1c58..50ee2d5697 100644
--- a/gtk/gtkcsslookup.c
+++ b/gtk/gtkcsslookup.c
@@ -202,7 +202,7 @@ _gtk_css_lookup_resolve (GtkCssLookup *lookup,
GValue value = { 0, };
/* Set NULL here and do the inheritance upon lookup? */
gtk_style_context_get_property (parent,
- prop->pspec->name,
+ _gtk_style_property_get_name (prop),
gtk_style_context_get_state (parent),
&value);
_gtk_style_properties_set_property_by_property (props,