From a4a549278238c68ba36c582bf5ea26d98dda8014 Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Tue, 19 Feb 2013 23:00:25 -0500 Subject: [PATCH] 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 --- src/st/st-bin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/st/st-bin.c b/src/st/st-bin.c index a2a67bb31..0a45148ee 100644 --- a/src/st/st-bin.c +++ b/src/st/st-bin.c @@ -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;