Source/NSRunLoop.m

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@13043 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
pyr 2002-03-07 16:49:32 +00:00
parent 5cec3c0b3f
commit bc3d93babf
2 changed files with 9 additions and 0 deletions

View file

@ -1,3 +1,10 @@
2002-03-07 Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>
* Source/NSRunLoop.m ([NSRunLoop -limitDateForMode:]):
added a _checkPerformes: call to solve minor issue.
(performers would only be called after an event was received)
(credits to Alexander Malmberg)
2002-03-07 Richard Frith-Macdonald <rfm@gnu.org> 2002-03-07 Richard Frith-Macdonald <rfm@gnu.org>
* SSL/Makefile.posramble: store config.h in system specific subdir. * SSL/Makefile.posramble: store config.h in system specific subdir.

View file

@ -1858,6 +1858,8 @@ if (0) {
_currentMode = mode; _currentMode = mode;
context = NSMapGet(_contextMap, mode); context = NSMapGet(_contextMap, mode);
[self _checkPerformers: context];
NS_DURING NS_DURING
{ {
GSIArray watchers; GSIArray watchers;