mirror of
https://github.com/gnustep/libs-ec.git
synced 2025-02-20 18:32:09 +00:00
hanbdle disabled tasks
This commit is contained in:
parent
29d4f167c6
commit
17e4f1d0bd
1 changed files with 4 additions and 0 deletions
|
@ -2164,6 +2164,10 @@ static NSString* cmdWord(NSArray* a, unsigned int pos)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
[toTry removeObject: key]; // Disabled
|
||||||
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue