Fix bug in text-import-dialog
authorJohn Darrington <john@darrington.wattle.id.au>
Mon, 23 Mar 2009 11:12:30 +0000 (20:12 +0900)
committerJohn Darrington <john@darrington.wattle.id.au>
Mon, 23 Mar 2009 11:12:30 +0000 (20:12 +0900)
src/ui/gui/text-data-import-dialog.c

index 9c288ad5148bd2af7695c2e0173613360e2c91f0..2cecd548756879c8c45cbf4963439a893626cd3d 100644 (file)
@@ -1628,7 +1628,7 @@ prepare_formats_page (struct import_assistant *ia)
                 (void *) NULL);
   var_sheet = PSPPIRE_VAR_SHEET (psppire_var_sheet_new ());
   g_object_set (var_sheet,
-                "dictionary", var_store,
+                "model", var_store,
                 "may-create-vars", FALSE,
                 (void *) NULL);