X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Foneway-anova-dialog.c;h=2fb88268731a3b1a4126a1450fca3d122c9252c6;hb=ae1be0785be76a86b0d0ace1ec820c2a4f3e313d;hp=3c80f9e3574e226c9509008d0a329bcd39ee9406;hpb=84fbb877ec23bfab78876cd90aa7a29175495144;p=pspp diff --git a/src/ui/gui/oneway-anova-dialog.c b/src/ui/gui/oneway-anova-dialog.c index 3c80f9e357..2fb8826873 100644 --- a/src/ui/gui/oneway-anova-dialog.c +++ b/src/ui/gui/oneway-anova-dialog.c @@ -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);