PsppireDictView: Change "dictionary" property to "model".
[pspp-builds.git] / src / ui / gui / find-dialog.c
index 11ec0603d4dfd98ee65954b1fed34af49feb4bc2..39b12bb51c163b9e10b756eee22f64765d46b50d 100644 (file)
@@ -242,13 +242,11 @@ find_dialog (GObject *o, gpointer data)
   gtk_window_set_transient_for (GTK_WINDOW (dialog), GTK_WINDOW (de));
 
 
-  g_object_set (source, "dictionary", fd.dict,
+  g_object_set (source, "model", fd.dict,
        "selection-mode", GTK_SELECTION_SINGLE,
        NULL);
 
   psppire_selector_set_subjects (PSPPIRE_SELECTOR (selector),
-                                source,
-                                fd.variable_entry,
                                 insert_source_row_into_entry,
                                 is_currently_in_entry,
                                 NULL