summaryrefslogtreecommitdiff
path: root/gtk/gtkstyleproperties.c
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2012-01-02 19:14:28 +0100
committerBenjamin Otte <otte@redhat.com>2012-01-09 18:37:56 +0100
commit32c8bbb575b7ef584a610a2ec2b5c1bc683bd4ab (patch)
treefd7a9a26299283ec9a79b419f4c512455075ab21 /gtk/gtkstyleproperties.c
parenta9d1be0bef22fd6c628e97b8ec800eee0ea3dd3b (diff)
downloadgtk+-32c8bbb575b7ef584a610a2ec2b5c1bc683bd4ab.tar.gz
styleproperty: Remove context arg from _gtk_style_context_query()
Diffstat (limited to 'gtk/gtkstyleproperties.c')
-rw-r--r--gtk/gtkstyleproperties.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkstyleproperties.c b/gtk/gtkstyleproperties.c
index 781ac44c04..c7e36aa024 100644
--- a/gtk/gtkstyleproperties.c
+++ b/gtk/gtkstyleproperties.c
@@ -653,7 +653,7 @@ _gtk_style_properties_get_property (GtkStyleProperties *props,
return FALSE;
}
- _gtk_style_property_query (node, props, state, context, value);
+ _gtk_style_property_query (node, props, state, value);
return TRUE;
}