X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fcompute-dialog.c;h=7703640c4d553e81eb6584f28eb46841a0c3fe21;hb=df83cf8a655317445e3237457658bd827282f970;hp=e3d1c6a1410c645b6998ec89dfb570d0cefe3a3c;hpb=c2026467b6982086ba9fd5c44e549a0fe735285e;p=pspp-builds.git diff --git a/src/ui/gui/compute-dialog.c b/src/ui/gui/compute-dialog.c index e3d1c6a1..7703640c 100644 --- a/src/ui/gui/compute-dialog.c +++ b/src/ui/gui/compute-dialog.c @@ -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);