X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fexamine-dialog.c;h=85505f72bbb349c607a50721f900cfd658b00a2f;hb=7c2fa3735ac1115b6c1ad4b5e0613673de2faf4c;hp=470c4dbbe37797ac23e23d3430741c56da0aa94b;hpb=a7c7dd31b1ac252a08d7cfc2748cc3820c96e088;p=pspp-builds.git diff --git a/src/ui/gui/examine-dialog.c b/src/ui/gui/examine-dialog.c index 470c4dbb..85505f72 100644 --- a/src/ui/gui/examine-dialog.c +++ b/src/ui/gui/examine-dialog.c @@ -286,8 +286,6 @@ examine_dialog (GObject *o, gpointer data) psppire_selector_set_subjects (PSPPIRE_SELECTOR (dep_selector), - source, - ex_d.dep_list, insert_source_row_into_tree_view, NULL, NULL); @@ -298,15 +296,11 @@ examine_dialog (GObject *o, gpointer data) psppire_selector_set_subjects (PSPPIRE_SELECTOR (fct_selector), - source, - ex_d.fct_list, insert_source_row_into_tree_view, NULL, NULL); psppire_selector_set_subjects (PSPPIRE_SELECTOR (id_selector), - source, - ex_d.id_entry, insert_source_row_into_entry, NULL, NULL);