Get context menus limping again. This is really strange. r=blake, sr=ben

This commit is contained in:
hyatt%netscape.com 2001-08-13 04:39:31 +00:00
parent 35b3d95262
commit dcfed3a6a9
2 changed files with 4 additions and 0 deletions

View File

@ -90,11 +90,13 @@
},
initImageBlocking : function () {
try {
// Block image depends on whether an image was clicked on, and,
// whether the user pref is enabled.
contextMenu.showItem
("context-blockimage",
contextMenu.onImage && cookieContextMenu.isBlockingImages());
} catch (e) {}
},
addContextMenuItemListeners : function (aEvent) {

View File

@ -90,11 +90,13 @@
},
initImageBlocking : function () {
try {
// Block image depends on whether an image was clicked on, and,
// whether the user pref is enabled.
contextMenu.showItem
("context-blockimage",
contextMenu.onImage && cookieContextMenu.isBlockingImages());
} catch (e) {}
},
addContextMenuItemListeners : function (aEvent) {