Backing out previous change, didn't notice the orange, sorry:(

This commit is contained in:
mkmelin+mozilla%iki.fi 2007-09-05 16:28:13 +00:00
Родитель b67311f08b
Коммит 09a416c776
1 изменённых файлов: 0 добавлений и 3 удалений

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

@ -1976,9 +1976,6 @@ nsresult nsExternalAppHandler::OpenWithApplication()
// if a stop request was already issued then proceed with launching the application.
if (mStopRequestIssued)
{
// make the tmp file readonly so users won't edit it and lose the changes
mFinalFileDestination->SetPermissions(0400);
rv = mMimeInfo->LaunchWithFile(mFinalFileDestination);
if (NS_FAILED(rv))
{