Tracker: fix accidential logic reversal

This commit is contained in:
John Scipione
2014-06-21 03:54:08 -04:00
parent d73129ff46
commit 64fda603ef
+1 -1
View File
@@ -1661,7 +1661,7 @@ ConditionalAllAppsIterator::ConditionalAllAppsIterator(
void
ConditionalAllAppsIterator::Instantiate()
{
if (fWalker == NULL)
if (fWalker != NULL)
return;
BString lookForAppsPredicate;