Tracker: fix accidental logic reversal

...introduced in a66ee36. This should hopefully be the last issue.
This commit is contained in:
John Scipione
2014-06-21 04:22:29 -04:00
parent a1e688610a
commit f90ef128c8
+1 -1
View File
@@ -585,7 +585,7 @@ BNavMenu::NewModelItem(Model* model, const BMessage* invokeMessage,
Model* newResolvedModel = 0;
Model* result = model->LinkTo();
if (result != NULL) {
if (result == NULL) {
newResolvedModel = new Model(model->EntryRef(), true, true);
if (newResolvedModel->InitCheck() != B_OK) {