Bug 409845-[Mac] 'Preferences' and 'Quit Thunderbird' are disabled in Calendar mode and Task mode;r=dbo
git-svn-id: svn://10.0.0.236/trunk@253240 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
ac8cc8ee99
commit
fe53e1c22f
@ -632,10 +632,8 @@ function swapPopupMenus() {
|
||||
}
|
||||
}
|
||||
#ifdef XP_MACOSX
|
||||
if (gCurrentMode != "mail") {
|
||||
document.getElementById("menu_File").firstChild.appendChild(quitMenu);
|
||||
document.getElementById("tasksMenu").firstChild.appendChild(prefMenu);
|
||||
}
|
||||
document.getElementById("menu_File").firstChild.appendChild(quitMenu);
|
||||
document.getElementById("tasksMenu").firstChild.appendChild(prefMenu);
|
||||
#endif
|
||||
document.getElementById("menu_showTaskbar").setAttribute("checked", showStatusbar);
|
||||
var messageMenu = document.getElementById("messageMenu");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user