X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fsort-cases-dialog.c;h=b5d1bbaafa1d9803007a65ee5f9ae8ce25cb86ad;hb=df83cf8a655317445e3237457658bd827282f970;hp=9d4ea50bc95fcd8ff51c9f8acbf940b1918dd230;hpb=c2026467b6982086ba9fd5c44e549a0fe735285e;p=pspp-builds.git diff --git a/src/ui/gui/sort-cases-dialog.c b/src/ui/gui/sort-cases-dialog.c index 9d4ea50b..b5d1bbaa 100644 --- a/src/ui/gui/sort-cases-dialog.c +++ b/src/ui/gui/sort-cases-dialog.c @@ -111,7 +111,7 @@ sort_cases_dialog (GObject *o, gpointer data) gtk_window_set_transient_for (GTK_WINDOW (dialog), GTK_WINDOW (de)); - 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);