summaryrefslogtreecommitdiff
path: root/pluma
diff options
context:
space:
mode:
Diffstat (limited to 'pluma')
-rw-r--r--pluma/pluma-panel.c2
1 files changed, 1 insertions, 1 deletions
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 *