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:
parent
9ebb80502a
commit
a4a5492782
@ -250,7 +250,7 @@ st_bin_set_property (GObject *gobject,
|
|||||||
|
|
||||||
case PROP_Y_FILL:
|
case PROP_Y_FILL:
|
||||||
st_bin_set_fill (bin,
|
st_bin_set_fill (bin,
|
||||||
bin->priv->y_fill,
|
bin->priv->x_fill,
|
||||||
g_value_get_boolean (value));
|
g_value_get_boolean (value));
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user