Fix bug in text-import-dialog
[pspp-builds.git] / 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);