New module psppire-var-view
[pspp-builds.git] / src / ui / gui / weight-cases-dialog.c
index b3087159f941adf7d16b7d2dc1d66f7165ee38d5..40951360d70186658642ec2a99c701ed8e9e042c 100644 (file)
@@ -132,19 +132,13 @@ weight_cases_dialog (GObject *o, gpointer data)
                    radiobutton1);
 
   
-  g_object_set (source, "dictionary", wcd.dict,
+  g_object_set (source, "model", wcd.dict,
                                 "selection-mode", GTK_SELECTION_SINGLE,
                                 "predicate", var_is_numeric,
                                 NULL);
 
-  psppire_selector_set_subjects (PSPPIRE_SELECTOR (selector),
-                                source,
-                                entry,
-                                insert_source_row_into_entry,
-                                is_currently_in_entry,
-                                NULL
-                                );
-
+  psppire_selector_set_filter_func (PSPPIRE_SELECTOR (selector),
+                                   is_currently_in_entry);
 
 
   wcd.entry = GTK_ENTRY (entry);