mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-21 17:59:34 +00:00
Remove irc menu item from tasksOverlay.* for 28192. r=mcafee, a=jar
This commit is contained in:
parent
60f5a24084
commit
ff62736d77
@ -22,13 +22,6 @@ function toNewsgroups()
|
||||
|
||||
}
|
||||
|
||||
function toIRC()
|
||||
{
|
||||
|
||||
toOpenWindowByType("irc:chatzilla", "chrome://chatzilla/content/");
|
||||
|
||||
}
|
||||
|
||||
// Set up a lame hack to avoid opening two bookmarks.
|
||||
// Could otherwise happen with two Ctrl-B's in a row.
|
||||
var gDisableHistory = false;
|
||||
|
@ -29,7 +29,6 @@
|
||||
<menuseparator/>
|
||||
<menuitem value="&addressBookCmd.label;" oncommand="toAddressBook()"/>
|
||||
<menuitem value="&newsgroupsCmd.label;" disabled="true" oncommand="toNewsgroups()"/>
|
||||
<menuitem value="&ircCmd.label;" oncommand="toIRC()"/>
|
||||
<menuseparator/>
|
||||
<menu value="&walletMenu.label;" id="walletMenu">
|
||||
<menupopup oncreate="CheckForWallet()">
|
||||
|
Loading…
x
Reference in New Issue
Block a user