]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkcssstyleproperty.c
cssstyleproperty: Call _compute() in the compute function
[~andy/gtk] / gtk / gtkcssstyleproperty.c
index cc08e188f82d01479f8bfb9dc90dd1fba1021ff4..8607af52a016e98c7fcf555c70128a166909c78b 100644 (file)
@@ -239,7 +239,7 @@ gtk_css_style_property_real_compute_value (GtkCssStyleProperty *property,
                                            GtkStyleContext     *context,
                                            GtkCssValue         *specified)
 {
-  return _gtk_css_value_ref (specified);
+  return _gtk_css_value_compute (specified, _gtk_css_style_property_get_id (property), context);
 }
 
 static void