From: John Darrington Date: Thu, 27 Nov 2008 00:53:34 +0000 (+0900) Subject: Removed reference to row-geometry property which no longer exists X-Git-Tag: v0.7.1~107^2~5 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a40bfd89d189ff227a9f1692ebbf218254ca39be;p=pspp-builds.git Removed reference to row-geometry property which no longer exists --- diff --git a/src/ui/gui/text-data-import-dialog.c b/src/ui/gui/text-data-import-dialog.c index a029198a..872f11ba 100644 --- a/src/ui/gui/text-data-import-dialog.c +++ b/src/ui/gui/text-data-import-dialog.c @@ -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);