X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fregression-dialog.c;h=87101397be361c27e37d1183a72807f82d5bc9f4;hb=7c2fa3735ac1115b6c1ad4b5e0613673de2faf4c;hp=eaca17e074e49aef32c5cbbb7447ef3c012b94b8;hpb=a7c7dd31b1ac252a08d7cfc2748cc3820c96e088;p=pspp-builds.git diff --git a/src/ui/gui/regression-dialog.c b/src/ui/gui/regression-dialog.c index eaca17e0..87101397 100644 --- a/src/ui/gui/regression-dialog.c +++ b/src/ui/gui/regression-dialog.c @@ -260,15 +260,11 @@ regression_dialog (GObject *o, gpointer data) set_dest_model (GTK_TREE_VIEW (dest_indep), rd.dict); psppire_selector_set_subjects (PSPPIRE_SELECTOR (dep_selector), - source, - dest_dep, insert_source_row_into_tree_view, NULL, NULL); psppire_selector_set_subjects (PSPPIRE_SELECTOR (indep_selector), - source, - dest_indep, insert_source_row_into_tree_view, NULL, NULL);