Prevent printing in non-existing Chat dialog (XB)
authorH.G.Muller <hgm@hgm-xboard.(none)>
Mon, 3 Aug 2015 19:59:43 +0000 (21:59 +0200)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Mon, 3 Aug 2015 19:59:43 +0000 (21:59 +0200)
commit1cf0c44e3d5355d99af00afd84f4d922891d44ef
tree8702b386c37d6de242e9b19b60abd9106a5f818e
parent154e66c1503c1352990adf30fd7414936a8e4307
Prevent printing in non-existing Chat dialog (XB)

The Xaw build of XBoard crashed in -ics -zp mode when the opponent was
kibitzing. According to a stack trace OutputChatMessage() tried to change
the color of a non-existent button. Although it was not clear how printing
there could be attempted if no chats were defined, the routine now is made
a no-op when the Chat dialog does not exist, by an immediate return.
dialogs.c