Tracker: style fixe, update comment, spelling
...and fits on 1 line
This commit is contained in:
parent
8b9604572e
commit
670b729d65
@ -787,8 +787,7 @@ TTracker::OpenRef(const entry_ref* ref, const node_ref* nodeToClose,
|
|||||||
CloseParentWaitingForChildSoon(ref, nodeToClose);
|
CloseParentWaitingForChildSoon(ref, nodeToClose);
|
||||||
} else {
|
} else {
|
||||||
delete model;
|
delete model;
|
||||||
// run Launch in a separate thread
|
// run Launch in a separate thread and close parent if successful
|
||||||
// and close parent if successfull
|
|
||||||
if (nodeToClose) {
|
if (nodeToClose) {
|
||||||
Thread::Launch(new EntryAndNodeDoSoonWithMessageFunctor<TTracker,
|
Thread::Launch(new EntryAndNodeDoSoonWithMessageFunctor<TTracker,
|
||||||
bool (TTracker::*)(const entry_ref*, const node_ref*,
|
bool (TTracker::*)(const entry_ref*, const node_ref*,
|
||||||
|
Loading…
Reference in New Issue
Block a user