PsppireDictView: Change "dictionary" property to "model".
[pspp-builds.git] / src / ui / gui / descriptives-dialog.c
index 318646f8ef87a4eff2002a092f7d6a111a6e70f1..5af2e71ab4d1ae1239495fdb2aeae923587afc85 100644 (file)
@@ -226,14 +226,12 @@ descriptives_dialog (GObject *o, gpointer data)
   gtk_window_set_transient_for (GTK_WINDOW (dialog), GTK_WINDOW (de));
 
 
-  g_object_set (source, "dictionary", dict,
+  g_object_set (source, "model", dict,
        "predicate", var_is_numeric, NULL);
 
   set_dest_model (GTK_TREE_VIEW (dest), dict);
 
   psppire_selector_set_subjects (PSPPIRE_SELECTOR (selector),
-                                source,
-                                dest,
                                 insert_source_row_into_tree_view,
                                 NULL,
                                 NULL);