X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fcompute-dialog.c;h=34f686162b44db3e94edbf08c826a0c10ea42bb4;hb=7c2fa3735ac1115b6c1ad4b5e0613673de2faf4c;hp=c09c7571936fa4e4ca493bd0647b2586629caa6d;hpb=a7c7dd31b1ac252a08d7cfc2748cc3820c96e088;p=pspp-builds.git diff --git a/src/ui/gui/compute-dialog.c b/src/ui/gui/compute-dialog.c index c09c7571..34f68616 100644 --- a/src/ui/gui/compute-dialog.c +++ b/src/ui/gui/compute-dialog.c @@ -403,7 +403,6 @@ compute_dialog (GObject *o, gpointer data) NULL); psppire_selector_set_subjects (PSPPIRE_SELECTOR (var_selector), - dict_view, syntax_area, insert_source_row_into_text_view, NULL, NULL); @@ -412,7 +411,6 @@ compute_dialog (GObject *o, gpointer data) function_list_populate (GTK_TREE_VIEW (functions)); psppire_selector_set_subjects (PSPPIRE_SELECTOR (func_selector), - functions, syntax_area, insert_function_into_syntax_area, NULL, NULL);