Fix crash on closing dialogs in wrong order
authorH.G. Muller <h.g.muller@hccnet.nl>
Wed, 13 Apr 2011 14:15:22 +0000 (16:15 +0200)
committerH.G. Muller <h.g.muller@hccnet.nl>
Thu, 14 Apr 2011 19:30:18 +0000 (21:30 +0200)
commit80dc596f1212770a72f7bb8d9dab79bd311c6fe6
tree8da72017e0338337a91928aeb3e7c74728a786de
parent542191fdbde9d89bbc31a5156aae26414689b1f8
Fix crash on closing dialogs in wrong order

When a menu dialog was closed when it still had an open file-browse
daughter, which could be done through the system menu X on the title
bar, later closing of the file browser caused a crash. This is solved by
keeping track of the fact that there is such a daughter through a global
flag, and ignoring the pop-down command if there is one.
xoptions.c