diff options
author | Benjamin Otte <otte@redhat.com> | 2012-01-02 18:39:03 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2012-01-09 18:37:56 +0100 |
commit | a9d1be0bef22fd6c628e97b8ec800eee0ea3dd3b (patch) | |
tree | 2cdda3969c884ae6e5282a9514bb1b1a01182064 /gtk/gtkcssshorthandproperty.c | |
parent | e8cb6f31651dcffec6370d94aa8a325f46467116 (diff) | |
download | gtk+-a9d1be0bef22fd6c628e97b8ec800eee0ea3dd3b.tar.gz |
stylecontext: Remove GtkStylePropertyContext from pack funcs
Diffstat (limited to 'gtk/gtkcssshorthandproperty.c')
-rw-r--r-- | gtk/gtkcssshorthandproperty.c | 2 |
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 |