X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Ftranspose-dialog.c;fp=src%2Fui%2Fgui%2Ftranspose-dialog.c;h=7ff758b0d279824a67f4c4043feb8b999f648ed1;hb=df83cf8a655317445e3237457658bd827282f970;hp=0e8a6259ddb365cfe13c53d35c068aa0fd69ebb6;hpb=c2026467b6982086ba9fd5c44e549a0fe735285e;p=pspp-builds.git diff --git a/src/ui/gui/transpose-dialog.c b/src/ui/gui/transpose-dialog.c index 0e8a6259..7ff758b0 100644 --- a/src/ui/gui/transpose-dialog.c +++ b/src/ui/gui/transpose-dialog.c @@ -94,7 +94,7 @@ transpose_dialog (GObject *o, gpointer data) g_object_get (de->data_editor, "var-store", &vs, NULL); - g_object_set (source, "model", vs->dict, NULL); + g_object_set (source, "dictionary", vs->dict, NULL); set_dest_model (GTK_TREE_VIEW (dest), vs->dict);