PsppireDictView: Change "dictionary" property to "model".
[pspp-builds.git] / src / ui / gui / crosstabs-dialog.c
index 1fa3bff21a3c50dccf791daaa2ffd468c209dc93..791eea2563871ec7768e5356d8b619632fd7c6b8 100644 (file)
@@ -424,7 +424,7 @@ crosstabs_dialog (GObject *o, gpointer data)
   gtk_window_set_transient_for (GTK_WINDOW (dialog), GTK_WINDOW (de));
 
   g_object_get (vs, "dictionary", &dict, NULL);
-  g_object_set (source, "dictionary", dict, NULL);
+  g_object_set (source, "model", dict, NULL);
 
   set_dest_model (GTK_TREE_VIEW (dest_rows), dict);
   set_dest_model (GTK_TREE_VIEW (dest_cols), dict);