Rename GtkSheet to PsppireSheet
[pspp-builds.git] / src / ui / gui / text-data-import-dialog.c
index 872f11bab5d43c7a7b5cc865ef3b6e45adb974d9..92e3f893026ad110499eb45eb949e450356b6c45 100644 (file)
@@ -25,7 +25,7 @@
 
 #include <errno.h>
 
-#include <gtksheet/gtksheet.h>
+#include <gtksheet/psppire-sheet.h>
 #include <limits.h>
 #include <stdlib.h>
 #include <sys/stat.h>
@@ -1623,7 +1623,6 @@ prepare_formats_page (struct import_assistant *ia)
      hold a reference via ia->formats.dict. */
   var_store = psppire_var_store_new (psppire_dict);
   g_object_set (var_store,
-                "trailing-rows", 1,
                 "format-type", PSPPIRE_VAR_STORE_INPUT_FORMATS,
                 (void *) NULL);
   var_sheet = PSPPIRE_VAR_SHEET (psppire_var_sheet_new ());