mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-25 09:41:15 +00:00
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:
parent
5cec3c0b3f
commit
bc3d93babf
2 changed files with 9 additions and 0 deletions
|
@ -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>
|
||||
|
||||
* SSL/Makefile.posramble: store config.h in system specific subdir.
|
||||
|
|
|
@ -1858,6 +1858,8 @@ if (0) {
|
|||
_currentMode = mode;
|
||||
context = NSMapGet(_contextMap, mode);
|
||||
|
||||
[self _checkPerformers: context];
|
||||
|
||||
NS_DURING
|
||||
{
|
||||
GSIArray watchers;
|
||||
|
|
Loading…
Reference in a new issue