Prevent double PopDowns
authorH.G. Muller <h.g.muller@hccnet.nl>
Wed, 21 Mar 2012 10:15:01 +0000 (11:15 +0100)
committerH.G. Muller <h.g.muller@hccnet.nl>
Tue, 10 Apr 2012 09:31:47 +0000 (11:31 +0200)
commitcbd80b765ec4a10f6cdde5811bc0f216c975eb50
tree23bffcc0c4cdb986d02ec6d4e71989c2361b0cf0
parent14bd89bc510fb6ff864b235fbac39044079f131f
Prevent double PopDowns

Some DialogOK functions ordered an early PopDown themselves. This,
however, resulted in PopDown being called twice when they returned TRUE.
This interfered with the new system for allowing multiple instances of
the same dialog. So these functions are now fixed to suppress the
standard PopDown by always returning FALSE.
dialogs.c