X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fsort-cases-dialog.c;h=7db07bcdc8d35ca1cfebd517e54b4577ba3469a0;hb=a9a69251edd625a50f271af5d64c157533b5fe48;hp=242b7d3c07392b8ecca08bb46cb67ad91eb26238;hpb=7c2fa3735ac1115b6c1ad4b5e0613673de2faf4c;p=pspp-builds.git diff --git a/src/ui/gui/sort-cases-dialog.c b/src/ui/gui/sort-cases-dialog.c index 242b7d3c..7db07bcd 100644 --- a/src/ui/gui/sort-cases-dialog.c +++ b/src/ui/gui/sort-cases-dialog.c @@ -112,7 +112,7 @@ sort_cases_dialog (GObject *o, gpointer data) gtk_window_set_transient_for (GTK_WINDOW (dialog), GTK_WINDOW (de)); g_object_get (vs, "dictionary", &scd.dict, NULL); - g_object_set (source, "dictionary", scd.dict, NULL); + g_object_set (source, "model", scd.dict, NULL); set_dest_model (GTK_TREE_VIEW (dest), scd.dict);