Removed reference to row-geometry property which no longer exists
authorJohn Darrington <john@darrington.wattle.id.au>
Thu, 27 Nov 2008 00:53:34 +0000 (09:53 +0900)
committerJohn Darrington <john@darrington.wattle.id.au>
Thu, 27 Nov 2008 00:53:34 +0000 (09:53 +0900)
src/ui/gui/text-data-import-dialog.c

index a029198ae328e831621c61d70b1719f0efa7b565..872f11bab5d43c7a7b5cc865ef3b6e45adb974d9 100644 (file)
@@ -1628,7 +1628,6 @@ prepare_formats_page (struct import_assistant *ia)
                 (void *) NULL);
   var_sheet = PSPPIRE_VAR_SHEET (psppire_var_sheet_new ());
   g_object_set (var_sheet,
-                "row-geometry", var_store,
                 "model", var_store,
                 "may-create-vars", FALSE,
                 (void *) NULL);