Use synchronous launch. This isn't generally an issue in Deskbar since we only launch one thing at a time anyways. Fixes being unable to launch things from Deskbar if Tracker wasn't running.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35417 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
c029fc9705
commit
f0599fd4e4
@ -524,7 +524,7 @@ TBarApp::RefsReceived(BMessage* refs)
|
|||||||
|
|
||||||
BEntry entry(&ref);
|
BEntry entry(&ref);
|
||||||
if (!entry.IsDirectory())
|
if (!entry.IsDirectory())
|
||||||
TrackerLaunch(&refsReceived, true);
|
TrackerLaunch(&refsReceived, false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user