styleproperty: Fix thinko

Introduced in 8243b16ad7 - seems I wasn't
really on top of my own capabilities on Saturday.
This commit is contained in:
Benjamin Otte 2012-04-09 20:33:46 +02:00
parent 9573ed467d
commit 8b5910f8d7

View File

@ -415,7 +415,7 @@ css_image_value_compute (GtkCssStyleProperty *property,
return _gtk_css_value_ref (specified);
}
return _gtk_css_value_new_take_image (image);
return _gtk_css_value_new_take_image (computed);
}
static gboolean