PsppireDictView: Change "dictionary" property to "model".
[pspp-builds.git] / src / ui / gui / frequencies-dialog.c
index 2f74e9d2636f03daca2627c0c414eafcb18b85b6..0ec5a73f9915bfd2ba58520b04281fce6b29a860 100644 (file)
@@ -334,7 +334,7 @@ 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);