summaryrefslogtreecommitdiff
path: root/gtk/gtkcssshorthandproperty.c
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2012-01-02 18:39:03 +0100
committerBenjamin Otte <otte@redhat.com>2012-01-09 18:37:56 +0100
commita9d1be0bef22fd6c628e97b8ec800eee0ea3dd3b (patch)
tree2cdda3969c884ae6e5282a9514bb1b1a01182064 /gtk/gtkcssshorthandproperty.c
parente8cb6f31651dcffec6370d94aa8a325f46467116 (diff)
downloadgtk+-a9d1be0bef22fd6c628e97b8ec800eee0ea3dd3b.tar.gz
stylecontext: Remove GtkStylePropertyContext from pack funcs
Diffstat (limited to 'gtk/gtkcssshorthandproperty.c')
-rw-r--r--gtk/gtkcssshorthandproperty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkcssshorthandproperty.c b/gtk/gtkcssshorthandproperty.c
index 8258c001f4..d5a9005944 100644
--- a/gtk/gtkcssshorthandproperty.c
+++ b/gtk/gtkcssshorthandproperty.c
@@ -91,7 +91,7 @@ _gtk_css_shorthand_property_query (GtkStyleProperty *property,
GtkStylePropertyContext *context,
GValue *value)
{
- property->pack_func (value, props, state, context);
+ property->pack_func (value, props, state);
}
static gboolean