New object PsppireDictView
[pspp-builds.git] / src / ui / gui / frequencies-dialog.c
index 37e301b88babb099490ed752a075e5e7f44da9f5..a368cabb2a8d622efec471220fb279c59e565890 100644 (file)
@@ -333,9 +333,7 @@ frequencies_dialog (GObject *o, gpointer data)
 
   gtk_window_set_transient_for (GTK_WINDOW (dialog), GTK_WINDOW (de));
 
-  attach_dictionary_to_treeview (GTK_TREE_VIEW (source),
-                                vs->dict,
-                                GTK_SELECTION_MULTIPLE, NULL);
+  g_object_set (source, "model", vs->dict, NULL);
 
   set_dest_model (GTK_TREE_VIEW (dest), vs->dict);