*** LYMainLoop.c.orig Tue Aug 25 17:13:18 1998 --- LYMainLoop.c Tue Aug 25 17:23:21 1998 *************** *** 1302,1307 **** --- 1302,1317 ---- curdoc.link = 0; } } + if (curdoc.title && + !strcmp(curdoc.title, DOWNLOAD_OPTIONS_TITLE)) { + /* + * If you download 'submit' button (i.e curdoc.type=FORM) + * above 'curdoc.link = newdoc.link' will mess up 'skip the + * help link' setting done earlier. So we catch this by + * checking curdoc.title. - SKY + */ + curdoc.link = 1; + } show_help = FALSE; /* reset */ newdoc.line = 1;