Separated psppire_selector_set_subjects into two individual functions
[pspp-builds.git] / src / ui / gui / t-test-one-sample.c
index 53f92e1d8e18bf6a25dea8c2f15f887a49fd471b..1161db5b8d28edc1fc08f672a605ed32894f336f 100644 (file)
@@ -156,9 +156,8 @@ t_test_one_sample_dialog (GObject *o, gpointer data)
   set_dest_model (GTK_TREE_VIEW (tt_d.vars_treeview), tt_d.dict);
 
 
-  psppire_selector_set_subjects (PSPPIRE_SELECTOR (selector),
+  psppire_selector_set_select_func (PSPPIRE_SELECTOR (selector),
                                 insert_source_row_into_tree_view,
-                                NULL,
                                 NULL);