PsppireDictView: Change "dictionary" property to "model".
[pspp-builds.git] / src / ui / gui / rank-dialog.c
index ec3cccfaa3afa97a8feb3e65a97d4f6f43751feb..e0d764842d57bd039e645e514d7258d7315139fe 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, "dictionary", rd.dict, NULL);
+  g_object_set (vars, "model", rd.dict, NULL);
 
   set_dest_model (GTK_TREE_VIEW (rd.rank_vars), rd.dict);