Rename the "model" property to "dictionary"
[pspp-builds.git] / src / ui / gui / split-file-dialog.c
index 8708b33f05df2d5613cc0b514d4cf0150e055156..063f186263f77370da93d956f1e6f759fb7d762f 100644 (file)
@@ -191,9 +191,8 @@ split_file_dialog (GObject *o, gpointer data)
   sfd.selector  = PSPPIRE_SELECTOR (
                                    get_widget_assert   (sfd.xml, "split-file-selector"));
 
-  attach_dictionary_to_treeview (GTK_TREE_VIEW (source),
-                                vs->dict,
-                                GTK_SELECTION_MULTIPLE, NULL);
+  g_object_set (source, "dictionary",
+                                vs->dict, NULL);
 
 
   g_signal_connect (on_off, "toggled", G_CALLBACK(on_off_toggled),  sfd.xml);