From: John Darrington Date: Wed, 3 Feb 2016 19:57:19 +0000 (+0100) Subject: Fix things X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af39f11b93ab761651d8edab1e2303802b7a8b66;p=pspp Fix things --- diff --git a/src/ui/gui/psppire-data-editor.c b/src/ui/gui/psppire-data-editor.c index e3152e8ca2..9c8f3aa93f 100644 --- a/src/ui/gui/psppire-data-editor.c +++ b/src/ui/gui/psppire-data-editor.c @@ -397,7 +397,6 @@ psppire_data_editor_init (PsppireDataEditor *de) de->split = FALSE; de->data_sheet = g_object_new (JMD_TYPE_SHEET, - "splitter", GTK_TYPE_XPANED, NULL); GtkWidget *button = jmd_sheet_get_button (JMD_SHEET (de->data_sheet)); gtk_button_set_label (GTK_BUTTON (button), _("Case"));