Rename the "model" property to "dictionary"
[pspp-builds.git] / src / ui / gui / split-file-dialog.c
index 1641b50c2df701a08dbc9a0bb477e8634ad0eef3..063f186263f77370da93d956f1e6f759fb7d762f 100644 (file)
@@ -191,7 +191,7 @@ split_file_dialog (GObject *o, gpointer data)
   sfd.selector  = PSPPIRE_SELECTOR (
                                    get_widget_assert   (sfd.xml, "split-file-selector"));
 
-  g_object_set (source, "model",
+  g_object_set (source, "dictionary",
                                 vs->dict, NULL);