Fix OK button of error popup
authorH.G. Muller <h.g.muller@hccnet.nl>
Sat, 11 Feb 2012 23:01:24 +0000 (00:01 +0100)
committerH.G. Muller <h.g.muller@hccnet.nl>
Sat, 11 Feb 2012 23:01:24 +0000 (00:01 +0100)
commitdce079bee6bd128a9ecf9e00ba480371b30878e9
treeb7f32139d8c1a7659e0c565d4339ec6da823a565
parent0a3eed8dcf86b0753f5cba28194d0dffb646248f
Fix OK button of error popup

The error dialog popped up as a child of the board window, even when
DisplayError was called from a dialog. Now it checks if a transient
dialog is up, and if so, it pops up as a child of that, grabs focus,
and suppresses the system popdown of the transient dialog through a flag
dialogError until it is popped down itself.
xboard.c
xboard.h
xoptions.c