X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fcompute-dialog.c;h=bac6216729350cd040ab447a4191e09b6f49e168;hb=a9a69251edd625a50f271af5d64c157533b5fe48;hp=c09c7571936fa4e4ca493bd0647b2586629caa6d;hpb=66153a44d861ccddf6a176ec5a94ffb959232ad6;p=pspp-builds.git diff --git a/src/ui/gui/compute-dialog.c b/src/ui/gui/compute-dialog.c index c09c7571..bac62167 100644 --- a/src/ui/gui/compute-dialog.c +++ b/src/ui/gui/compute-dialog.c @@ -398,12 +398,11 @@ compute_dialog (GObject *o, gpointer data) gtk_window_set_transient_for (GTK_WINDOW (dialog), GTK_WINDOW (de)); - g_object_set (dict_view, "dictionary", scd.dict, + g_object_set (dict_view, "model", scd.dict, "selection-mode", GTK_SELECTION_SINGLE, 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);