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=cde70ccf83074fc65ac9b54ae94c423f41dddb60;hpb=a7c7dd31b1ac252a08d7cfc2748cc3820c96e088;p=pspp-builds.git diff --git a/src/ui/gui/sort-cases-dialog.c b/src/ui/gui/sort-cases-dialog.c index cde70ccf..7db07bcd 100644 --- a/src/ui/gui/sort-cases-dialog.c +++ b/src/ui/gui/sort-cases-dialog.c @@ -112,13 +112,11 @@ 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); psppire_selector_set_subjects (PSPPIRE_SELECTOR (selector), - source, - dest, insert_source_row_into_tree_view, NULL, NULL);