styleproperty: Fix thinko
Introduced in 8243b16ad7 - seems I wasn't
really on top of my own capabilities on Saturday.
This commit is contained in:
@ -415,7 +415,7 @@ css_image_value_compute (GtkCssStyleProperty *property,
|
|||||||
return _gtk_css_value_ref (specified);
|
return _gtk_css_value_ref (specified);
|
||||||
}
|
}
|
||||||
|
|
||||||
return _gtk_css_value_new_take_image (image);
|
return _gtk_css_value_new_take_image (computed);
|
||||||
}
|
}
|
||||||
|
|
||||||
static gboolean
|
static gboolean
|
||||||
|
|||||||
Reference in New Issue
Block a user