X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fwidgets.c;h=cedab8c085ee0a7af26a776c534aebdd4b7e7aaf;hb=53508ccb5785;hp=9a634f73f333d005425f630d4283ea946ef587f3;hpb=3039501eeeb280c2bd6dae91a9471f8372c52698;p=pspp-builds.git diff --git a/src/ui/gui/widgets.c b/src/ui/gui/widgets.c index 9a634f73..cedab8c0 100644 --- a/src/ui/gui/widgets.c +++ b/src/ui/gui/widgets.c @@ -13,6 +13,9 @@ #include "psppire-var-view.h" #include "psppire-val-chooser.h" +#include "psppire-dialog-action-descriptives.h" +#include "psppire-dialog-action-var-info.h" + /* Any custom widgets which are to be used in GtkBuilder ui files need to be preregistered, otherwise GtkBuilder refuses to @@ -29,4 +32,7 @@ preregister_widgets (void) psppire_acr_get_type (); psppire_dict_view_get_type (); psppire_var_view_get_type (); + + psppire_dialog_action_descriptives_get_type (); + psppire_dialog_action_var_info_get_type (); }