Fix segfault on single-line help text
authorH.G.Muller <hgm@hgm-xboard.(none)>
Fri, 11 Mar 2016 14:54:45 +0000 (15:54 +0100)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Fri, 11 Mar 2016 14:54:45 +0000 (15:54 +0100)
commit268c91aade57484e5e2e4cd72114c8cf49865fc9
tree1ddf064778bddad3a404b604e49e4abc93c6e53f
parent4a47a5e1b30dd8015833f2ce5131dc8052e09cc4
Fix segfault on single-line help text

The help text itself is displayed in the ErrorPopUp as a label,
and allowing help clicks on a label would apparently trigger some
nfinite recursion of event handlers. Making labels in the ErrorDlg
not sensitive to help clicks solved this.
gtk/xoptions.c