Rename the "model" property to "dictionary"
[pspp-builds.git] / src / ui / gui / oneway-anova-dialog.c
index 3c80f9e3574e226c9509008d0a329bcd39ee9406..2fb88268731a3b1a4126a1450fca3d122c9252c6 100644 (file)
@@ -171,7 +171,7 @@ oneway_anova_dialog (GObject *o, gpointer data)
 
   gtk_window_set_transient_for (ow.dialog, GTK_WINDOW (de));
 
-  g_object_set (dict_view, "model", vs->dict, NULL);
+  g_object_set (dict_view, "dictionary", vs->dict, NULL);
 
   set_dest_model (GTK_TREE_VIEW (ow.vars_treeview), vs->dict);