Rename the "model" property to "dictionary"
[pspp-builds.git] / src / ui / gui / compute-dialog.c
index e3d1c6a1410c645b6998ec89dfb570d0cefe3a3c..7703640c4d553e81eb6584f28eb46841a0c3fe21 100644 (file)
@@ -397,7 +397,7 @@ compute_dialog (GObject *o, gpointer data)
   gtk_window_set_transient_for (GTK_WINDOW (dialog), GTK_WINDOW (de));
 
   g_object_set (dict_view,
-               "model", vs->dict,
+               "dictionary", vs->dict,
                "selection-mode", GTK_SELECTION_SINGLE,
                NULL);