Fix Error popup in Tournament Options
authorH.G.Muller <hgm@hgm-xboard.(none)>
Wed, 20 Jan 2016 19:31:34 +0000 (20:31 +0100)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Wed, 20 Jan 2016 19:31:34 +0000 (20:31 +0100)
commit3e0d91cb49933690505a7c04c624e76412e44a0e
treee0ec8e050ff10422791bd2454e72f160e19d40cb
parent689d4bda4200571b46b0f4ae3b6c537ab8633557
Fix Error popup in Tournament Options

Since Tournament Options has been assigned its own DialogClass (MasterDlg)
instead of being one of the TransientDlg, the Error popup should really
test if MasterDlg is already up, to know if its parent window is th
main window or not.
dialogs.c