Fix crash on double-click in Game List Tags
authorH.G.Muller <hgm@hgm-xboard.(none)>
Tue, 29 Jul 2014 13:03:04 +0000 (15:03 +0200)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Tue, 29 Jul 2014 13:03:04 +0000 (15:03 +0200)
commit60082806a890461944c2f6b5d424ec659b23001a
tree5d0a4943b9b7d517229bbb03e45395a5e7e528bd
parentc591aa5f691ddd2fe00a64993e006d105b47f4a3
Fix crash on double-click in Game List Tags

A double-click in the Game List Tags listbox has no function, but it
crashed XBoard, because the textValue field of teh ListBox Option definition,
supposed to contain a pointer to the user-supplied handler, contained a
pointer to an empty string.
dialogs.c