Fix crash on using Browse buttons in Tournament dialog Xaw
authorH.G.Muller <hgm@hgm-xboard.(none)>
Tue, 11 Nov 2014 13:40:43 +0000 (14:40 +0100)
committerArun Persaud <arun@nubati.net>
Fri, 8 May 2015 14:49:16 +0000 (07:49 -0700)
commit9e8bec4b24c1f84833e4596f934ac8c69ddf29a7
treec817e58479469e8002f390580b6b143cb3241d16
parentf20437d1625a79564d9e3e4dc1e8a701709569f3
Fix crash on using Browse buttons in Tournament dialog Xaw

The Xaw file browser assumes the text entries it is browsing for are
all in dialogs of the class TransienDlg, but the Tournament Options
dialog has been altered to MasterDlg, to allow it to co-exist with
Time Control and Common-Engine dialog (which can be opened through
buttons in it). Xaw did not like that, and the true DialogClass is
now used when setting the widget text.
dialogs.c