bug 206252 : back out firebird change to fix the regression (r=bryner for firebird checkin)

This commit is contained in:
jshin%mailaps.org 2004-02-04 00:13:37 +00:00
Родитель ebecc20dbc
Коммит 4cb4310982
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -3088,7 +3088,7 @@ nsContextMenu.prototype = {
saveURL( this.imageURL, null, "SaveImageTitle", false );
},
sendImage : function () {
sendImage(this.imageURL);
sendLink(this.imageURL, "");
},
toggleImageBlocking : function (aBlock) {
var nsIPermissionManager = Components.interfaces.nsIPermissionManager;