Rename the "model" property to "dictionary"
[pspp-builds.git] / src / ui / gui / variable-info-dialog.c
index 9cafd9b80e5613b74d4b675881502fbea05cd414..612643b4351b4447f72b3b35449a1e63793dafd6 100644 (file)
@@ -153,7 +153,7 @@ variable_info_dialog (GObject *o, gpointer data)
   gtk_window_set_transient_for (GTK_WINDOW (dialog), GTK_WINDOW (de));
 
   g_object_set (treeview,
-               "model", vs->dict,
+               "dictionary", vs->dict,
                "selection-mode", GTK_SELECTION_SINGLE,
                NULL);