...and now, the correctly merged version, that even compiles

This commit is contained in:
cbiesinger%web.de 2004-03-06 19:43:40 +00:00
Родитель d0fdabc0c9
Коммит e88d56e95a
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -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
}
}