From e5bfdf1200f20a2f82e494168b55fa78ac4448aa Mon Sep 17 00:00:00 2001 From: monsta Date: Sun, 25 Dec 2016 18:44:05 +0300 Subject: panel: use the correct property name for panel orientation taken from: https://git.gnome.org/browse/gedit/commit/?id=8033c19d2c89e1364861c42879d1aa300963aed7 --- pluma/pluma-panel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pluma/pluma-panel.c b/pluma/pluma-panel.c index d163a92d..505d6c33 100644 --- a/pluma/pluma-panel.c +++ b/pluma/pluma-panel.c @@ -585,7 +585,7 @@ pluma_panel_constructor (GType type, GtkWidget * pluma_panel_new (GtkOrientation orientation) { - return GTK_WIDGET (g_object_new (PLUMA_TYPE_PANEL, "orientation", orientation, NULL)); + return GTK_WIDGET (g_object_new (PLUMA_TYPE_PANEL, "panel-orientation", orientation, NULL)); } static GtkWidget * -- cgit v1.2.1