ecere/sys/File monitors: Disabled reentrancy for file monitors: No notification will...
authorJerome St-Louis <jerome@ecere.com>
Thu, 12 Jul 2012 21:48:51 +0000 (17:48 -0400)
committerJerome St-Louis <jerome@ecere.com>
Thu, 12 Jul 2012 21:48:51 +0000 (17:48 -0400)
commitde11d23d5f9f62b1228dbb55f2b019fc383f6740
tree75cc25dd27c5d0a31624e914d2031b6006d1f62f
parentd678ecc3e3a852dfdddf49a41345339222654daf
ecere/sys/File monitors: Disabled reentrancy for file monitors: No notification will be issued until the first notification returned.
Since notifications usually spawn a MessageBox with Modal(), it was really messing up the modalness to spawn a new modal dialog while one is already up
This seems to solve #757 (at least the Windows issues)
ecere/src/gui/GuiApplication.ec
ide/src/project/Project.ec