Run in NSDefaultRunLoopMode

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@12206 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
CaS 2002-01-24 12:16:33 +00:00
parent 5d66f35aff
commit 4d37f92b05

View file

@ -672,7 +672,7 @@ static NSString *pathForUser(NSString *user)
// Retry for a couple of seconds in case we are locked out.
for (attempts = 0; done == NO && attempts < 10; attempts++)
{
[runLoop runMode: [runLoop currentMode]
[runLoop runMode: NSDefaultRunLoopMode
beforeDate: [NSDate dateWithTimeIntervalSinceNow: 0.2]];
if ([self synchronize] == YES)
{