X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fui%2Fgui%2Fwidgets.c;h=78e67382da09768b9c17e5a22d2202a255dae683;hb=8d2d55361082c9cb688c4ce8d565aa3b2ffaf849;hp=9ed9beb307f9a55fdd0e168392dcd53bfdddbeee;hpb=7ef0d7851bafb01ad78c03d66d344fa3ea6f31c6;p=pspp diff --git a/src/ui/gui/widgets.c b/src/ui/gui/widgets.c index 9ed9beb307..78e67382da 100644 --- a/src/ui/gui/widgets.c +++ b/src/ui/gui/widgets.c @@ -47,6 +47,7 @@ #include "psppire-dialog-action-roc.h" #include "psppire-dialog-action-runs.h" #include "psppire-dialog-action-scatterplot.h" +#include "psppire-dialog-action-select.h" #include "psppire-dialog-action-sort.h" #include "psppire-dialog-action-split.h" #include "psppire-dialog-action-tt1s.h" @@ -94,6 +95,7 @@ static const get_type_func dialog_action_types[]= psppire_dialog_action_roc_get_type, psppire_dialog_action_runs_get_type, psppire_dialog_action_scatterplot_get_type, + psppire_dialog_action_select_get_type, psppire_dialog_action_sort_get_type, psppire_dialog_action_split_get_type, psppire_dialog_action_tt1s_get_type,