X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fweight-cases-dialog.c;fp=src%2Fui%2Fgui%2Fweight-cases-dialog.c;h=6fccdfb8e11904c420b38d52ca6a84d4306c510d;hb=df83cf8a655317445e3237457658bd827282f970;hp=8cfae24b74bded8b517a85784c3214bab3852d36;hpb=c2026467b6982086ba9fd5c44e549a0fe735285e;p=pspp-builds.git diff --git a/src/ui/gui/weight-cases-dialog.c b/src/ui/gui/weight-cases-dialog.c index 8cfae24b..6fccdfb8 100644 --- a/src/ui/gui/weight-cases-dialog.c +++ b/src/ui/gui/weight-cases-dialog.c @@ -130,7 +130,7 @@ weight_cases_dialog (GObject *o, gpointer data) g_signal_connect (selector, "de-selected", G_CALLBACK (on_deselect), radiobutton1); - g_object_set (source, "model", vs->dict, + g_object_set (source, "dictionary", vs->dict, "selection-mode", GTK_SELECTION_SINGLE, "predicate", var_is_numeric, NULL);