PsppireDictView: Change "dictionary" property to "model".
[pspp-builds.git] / src / ui / gui / frequencies-dialog.c
index 8706f3a4e63ac105e0caee6a46e597cee048fc40..0ec5a73f9915bfd2ba58520b04281fce6b29a860 100644 (file)
@@ -334,15 +334,13 @@ frequencies_dialog (GObject *o, gpointer data)
   gtk_window_set_transient_for (GTK_WINDOW (dialog), GTK_WINDOW (de));
 
   g_object_get (vs, "dictionary", &fd.dict, NULL);
-  g_object_set (source, "dictionary", fd.dict, NULL);
+  g_object_set (source, "model", fd.dict, NULL);
 
 
   set_dest_model (GTK_TREE_VIEW (dest), fd.dict);
 
 
   psppire_selector_set_subjects (PSPPIRE_SELECTOR (selector),
-                                source,
-                                dest,
                                 insert_source_row_into_tree_view,
                                 NULL,
                                 NULL);