Patches from Kienenberger, Yamato, Frith-MacDonald.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2719 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fedor 1998-02-03 14:20:00 +00:00
parent b40bdf7957
commit b1862cea5d
28 changed files with 668 additions and 31541 deletions

View file

@ -1056,7 +1056,6 @@ static int debug_run_loop = 0;
NSFreeMapTable (rfd_2_object);
NSFreeMapTable (wfd_2_object);
[NSNotificationQueue runLoopIdle];
[NSNotificationQueue runLoopASAP];
[self _checkPerformers];
_current_mode = saved_mode;
return;
@ -1086,6 +1085,7 @@ static int debug_run_loop = 0;
NSFreeMapTable (wfd_2_object);
[self _checkPerformers];
[NSNotificationQueue runLoopASAP];
_current_mode = saved_mode;
}