PsppireDictView: Change "dictionary" property to "model".
[pspp-builds.git] / src / ui / gui / descriptives-dialog.c
index 1b49d92130839f9db49f0d3cc8d57390043bd1b7..5af2e71ab4d1ae1239495fdb2aeae923587afc85 100644 (file)
@@ -226,7 +226,7 @@ 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);