PsppireDictView: Change "dictionary" property to "model".
[pspp-builds.git] / src / ui / gui / compute-dialog.c
index 34f686162b44db3e94edbf08c826a0c10ea42bb4..bac6216729350cd040ab447a4191e09b6f49e168 100644 (file)
@@ -398,7 +398,7 @@ compute_dialog (GObject *o, gpointer data)
   gtk_window_set_transient_for (GTK_WINDOW (dialog), GTK_WINDOW (de));
 
   
-  g_object_set (dict_view, "dictionary", scd.dict,
+  g_object_set (dict_view, "model", scd.dict,
                "selection-mode", GTK_SELECTION_SINGLE,
                NULL);