Rename the "model" property to "dictionary"
[pspp-builds.git] / src / ui / gui / rank-dialog.c
index 606475bac5d12bfdbe5701f878b4c0a1bb5f68f6..2c4d19a0fde9b6f37ace69dcd82292a9bff7f5e0 100644 (file)
@@ -306,7 +306,7 @@ rank_dialog (GObject *o, gpointer data)
 
   gtk_window_set_transient_for (GTK_WINDOW (rd.dialog), GTK_WINDOW (de));
 
-  g_object_set (vars, "model", vs->dict, NULL);
+  g_object_set (vars, "dictionary", vs->dict, NULL);
 
   set_dest_model (GTK_TREE_VIEW (rd.rank_vars), vs->dict);