X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fsyntax-editor.c;h=3341e5c04f6d17487302bf9d69383d09afc80e5b;hb=356c1209257f91eb08791e6b9ca72393fca6fcd0;hp=35fd7a5e869aabc3b97a1e8f4caebde5e5846edf;hpb=d7a1402a5ff12bba819f2eb4544812e6bf358b97;p=pspp-builds.git diff --git a/src/ui/gui/syntax-editor.c b/src/ui/gui/syntax-editor.c index 35fd7a5e..3341e5c0 100644 --- a/src/ui/gui/syntax-editor.c +++ b/src/ui/gui/syntax-editor.c @@ -325,6 +325,8 @@ new_syntax_editor (void) struct syntax_editor *se ; struct editor_window *e; + connect_help (xml); + se = g_malloc (sizeof (*se)); e = (struct editor_window *)se;