Tracker: fix accidential logic reversal
This commit is contained in:
@@ -1661,7 +1661,7 @@ ConditionalAllAppsIterator::ConditionalAllAppsIterator(
|
|||||||
void
|
void
|
||||||
ConditionalAllAppsIterator::Instantiate()
|
ConditionalAllAppsIterator::Instantiate()
|
||||||
{
|
{
|
||||||
if (fWalker == NULL)
|
if (fWalker != NULL)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
BString lookForAppsPredicate;
|
BString lookForAppsPredicate;
|
||||||
|
|||||||
Reference in New Issue
Block a user