Separated psppire_selector_set_subjects into two individual functions
[pspp-builds.git] / src / ui / gui / reliability-dialog.c
index d087ed840db21557bd9f4d1c14ded406f1180bcf..3d661a5c50695a76929ba2191b809256e5cf80a6 100644 (file)
@@ -142,9 +142,8 @@ reliability_dialog (GObject *o, gpointer data)
 
   set_dest_model (GTK_TREE_VIEW (rd.variables), rd.dict);
 
-  psppire_selector_set_subjects (PSPPIRE_SELECTOR (selector),
+  psppire_selector_set_select_func (PSPPIRE_SELECTOR (selector),
                                 insert_source_row_into_tree_view,
-                                NULL,
                                 NULL);
 
   {