ecere/GlobalAppSettings; ide/IDESettings: Fixed global settings sharing bugs
authorJerome St-Louis <jerome@ecere.com>
Mon, 28 Apr 2014 08:34:31 +0000 (04:34 -0400)
committerJerome St-Louis <jerome@ecere.com>
Mon, 28 Apr 2014 08:34:31 +0000 (04:34 -0400)
commita0c090573eb2803a3c1797202daee42618e36403
tree1d054acf12eb822bde4481f73ca4f659f164b6c0
parentc5c565fdbbf15d0f064282ac75a87b2568a8724c
ecere/GlobalAppSettings; ide/IDESettings: Fixed global settings sharing bugs
- Fixed wipe out of global settings caused by locking only after wiping
- Fixed wipe out protection MessageBox popping up when it should not (Checking the file without a lock)
- Added missing isModal = true to MessageBox pop up
ecere/src/sys/GlobalAppSettings.ec
ide/src/IDESettings.ec