From 1367ef7e54c034347e5f281fec734e68751cd6fd Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Wed, 18 Apr 2012 21:52:36 +0200 Subject: cssstylefuncs: Remove base argument The GtkCssParser keeps track of the base file now. --- gtk/gtkcsscustomproperty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk/gtkcsscustomproperty.c') diff --git a/gtk/gtkcsscustomproperty.c b/gtk/gtkcsscustomproperty.c index 8f50d8a5e2..9c0cb81e0c 100644 --- a/gtk/gtkcsscustomproperty.c +++ b/gtk/gtkcsscustomproperty.c @@ -69,7 +69,7 @@ gtk_css_custom_property_parse_value (GtkStyleProperty *property, { g_value_init (&value, gtk_css_custom_property_get_specified_type (custom->pspec)); - success = _gtk_css_style_parse_value (&value, parser, base); + success = _gtk_css_style_parse_value (&value, parser); } if (!success) -- cgit v1.2.1