diff --git a/mozilla/xpfe/communicator/resources/content/nsContextMenu.js b/mozilla/xpfe/communicator/resources/content/nsContextMenu.js index 089830c1add..e5c8ee4d40a 100644 --- a/mozilla/xpfe/communicator/resources/content/nsContextMenu.js +++ b/mozilla/xpfe/communicator/resources/content/nsContextMenu.js @@ -80,7 +80,7 @@ nsContextMenu.prototype = { this.initMetadataItems(); }, initOpenItems : function () { - this.showItem( "context-openlink", this.onSaveableLink || ( this.inDirList && this.onLink ) ); + //this.showItem( "context-openlink", this.onSaveableLink || ( this.inDirList && this.onLink ) ); this.showItem( "context-openlinkintab", this.onSaveableLink || ( this.inDirList && this.onLink ) ); this.showItem( "context-sep-open", this.onSaveableLink || ( this.inDirList && this.onLink ) ); @@ -430,11 +430,6 @@ nsContextMenu.prototype = { return false; } }, - // Open linked-to URL in a new window. - openLink : function () { - // Determine linked-to URL. - openNewWindowWith( this.linkURL() ); - }, // Open linked-to URL in a new tab. openLinkInTab : function () { // Determine linked-to URL. diff --git a/mozilla/xpfe/communicator/resources/content/utilityOverlay.xul b/mozilla/xpfe/communicator/resources/content/utilityOverlay.xul index 6256c676f48..de848bb2875 100644 --- a/mozilla/xpfe/communicator/resources/content/utilityOverlay.xul +++ b/mozilla/xpfe/communicator/resources/content/utilityOverlay.xul @@ -40,58 +40,11 @@ - - - - - - - - - - - - - - -