mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
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:
parent
5d66f35aff
commit
4d37f92b05
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue