X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Ft-test-independent-samples-dialog.c;h=53b2c20c430291bf3792d65d30468bbaa89871d1;hb=c3e2ab6b50eb3b3c7e0852f2a4e2122f695714ff;hp=392867adbb606acd5c62abad6ce6a58286807f13;hpb=8af88c0b7ea2fe75df7e45497988ed0371006a86;p=pspp-builds.git diff --git a/src/ui/gui/t-test-independent-samples-dialog.c b/src/ui/gui/t-test-independent-samples-dialog.c index 392867ad..53b2c20c 100644 --- a/src/ui/gui/t-test-independent-samples-dialog.c +++ b/src/ui/gui/t-test-independent-samples-dialog.c @@ -426,9 +426,9 @@ t_test_independent_samples_dialog (GObject *o, gpointer data) gtk_window_set_transient_for (GTK_WINDOW (tt_d.dialog), GTK_WINDOW (de)); - attach_dictionary_to_treeview (GTK_TREE_VIEW (dict_view), + g_object_set (dict_view, "model", vs->dict, - GTK_SELECTION_MULTIPLE, NULL); + NULL); set_dest_model (GTK_TREE_VIEW (test_variables_treeview), vs->dict);