X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-var-sheet.c;h=ed9a426870872ce42729609ef29d2f027075e424;hb=c38762e6de6a20119033f6405f05472372ec7c5a;hp=a36bf6f933ddf30c77e83be06dd8d005933283ba;hpb=24a302ed4c0a7fbd52a4a549766c077f9e2bfe37;p=pspp-builds.git diff --git a/src/ui/gui/psppire-var-sheet.c b/src/ui/gui/psppire-var-sheet.c index a36bf6f9..ed9a4268 100644 --- a/src/ui/gui/psppire-var-sheet.c +++ b/src/ui/gui/psppire-var-sheet.c @@ -491,6 +491,8 @@ psppire_var_sheet_init (PsppireVarSheet *vs) vs->missing_val_dialog = missing_val_dialog_create (builder); vs->var_type_dialog = var_type_dialog_create (builder); + connect_help (builder); + g_object_unref (builder); vs->dispose_has_run = FALSE;