Bug 386876 - hide the always disabled 'New Bookmark...' menu item from the history sidebar. r=sspitzer.

This commit is contained in:
mozilla.mano@sent.com 2007-07-09 15:54:58 -07:00
parent 4bb3476faa
commit 158bfc37f5

View File

@ -71,7 +71,8 @@ function HistorySidebarInit()
function initContextMenu() {
// Force-hide items in the context menu which never apply to this view
var alwaysHideElements = ["placesContext_new:folder",
var alwaysHideElements = ["placesContext_new:bookmark",
"placesContext_new:folder",
"placesContext_new:separator",
"placesContext_cut",
"placesContext_paste",