st-bin: fix a typo in the property setter

This got unnoticed for more than 3 years!

https://bugzilla.gnome.org/show_bug.cgi?id=694234
This commit is contained in:
Cosimo Cecchi 2013-02-19 23:00:25 -05:00
parent 9ebb80502a
commit a4a5492782

View File

@ -250,7 +250,7 @@ st_bin_set_property (GObject *gobject,
case PROP_Y_FILL:
st_bin_set_fill (bin,
bin->priv->y_fill,
bin->priv->x_fill,
g_value_get_boolean (value));
break;