Bug 638523 (breakage fix) - We should still skip the prompt for Save Image [r=me]

This commit is contained in:
Matt Brubeck 2011-03-05 12:38:33 -08:00
Родитель d1eeb39744
Коммит 486c124e6f
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -61,7 +61,7 @@ var ContextCommands = {
ContentAreaUtils.internalSave(popupState.mediaURL, null, null,
popupState.contentDisposition,
popupState.contentType, false, "SaveImageTitle",
null, browser.documentURI, false, null);
null, browser.documentURI, true, null);
},
shareLink: function cc_shareLink() {