Fix things
authorJohn Darrington <john@darrington.wattle.id.au>
Wed, 3 Feb 2016 19:57:19 +0000 (20:57 +0100)
committerJohn Darrington <john@darrington.wattle.id.au>
Mon, 22 Feb 2016 12:47:45 +0000 (13:47 +0100)
src/ui/gui/psppire-data-editor.c

index e3152e8ca2d6459d725e6f75c11c5935e95811c0..9c8f3aa93fad4204ad5c4d50bb79d469d2181737 100644 (file)
@@ -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"));