New module psppire-var-view
[pspp-builds.git] / src / ui / gui / select-cases-dialog.c
index f9d0631ea221602bee6f93258dd065ffd3a3dcdc..5b027825bc6e62ccec66116837e7f085015a9dc7 100644 (file)
@@ -331,10 +331,8 @@ select_cases_dialog (GObject *o, gpointer data)
                  "selection-mode",
                  GTK_SELECTION_SINGLE, NULL);
 
-    psppire_selector_set_subjects (PSPPIRE_SELECTOR (selector),
-                                  insert_source_row_into_entry,
-                                  is_currently_in_entry,
-                                  NULL);
+    psppire_selector_set_filter_func (PSPPIRE_SELECTOR (selector),
+                                  is_currently_in_entry);
   }