Rename the "model" property to "dictionary"
[pspp-builds.git] / src / ui / gui / text-data-import-dialog.c
index 2cecd548756879c8c45cbf4963439a893626cd3d..9c288ad5148bd2af7695c2e0173613360e2c91f0 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,
-                "model", var_store,
+                "dictionary", var_store,
                 "may-create-vars", FALSE,
                 (void *) NULL);