mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
...and now, the correctly merged version, that even compiles
This commit is contained in:
parent
d0fdabc0c9
commit
e88d56e95a
@ -2014,8 +2014,7 @@ nsresult nsExternalAppHandler::OpenWithApplication()
|
||||
NS_ASSERTION(sSrv, "Service gone away!?");
|
||||
// Mac users have been very verbal about temp files being deleted on app exit - they
|
||||
// don't like it - but we'll continue to do this on other platforms for now
|
||||
mHelperAppService->DeleteTemporaryFileOnExit(mFinalFileDestination);
|
||||
rv = sSrv->LaunchAppWithTempFile(mMimeInfo, mFinalFileDestination);
|
||||
sSrv->DeleteTemporaryFileOnExit(mFinalFileDestination);
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user