Rename the "model" property to "dictionary"
[pspp-builds.git] / src / ui / gui / descriptives-dialog.c
index 77bf95410870fa9deaa00ef98e7cb5c60b53c1b1..7b9a958409a8cc8c06c95e9e32dbe8c808325364 100644 (file)
@@ -223,7 +223,7 @@ descriptives_dialog (GObject *o, gpointer data)
 
   gtk_window_set_transient_for (GTK_WINDOW (dialog), GTK_WINDOW (de));
 
-  g_object_set (source, "model", vs->dict,
+  g_object_set (source, "dictionary", vs->dict,
        "predicate", var_is_numeric, NULL);
 
   set_dest_model (GTK_TREE_VIEW (dest), vs->dict);