зеркало из https://github.com/mozilla/pjs.git
Bug #220372 --> File toolbar button does not work until Thunderbird is restarted
Patch by Jon Henry
This commit is contained in:
Родитель
8b452fcd40
Коммит
dfb7d86671
|
@ -43,6 +43,9 @@ function MailToolboxCustomizeDone(aToolboxChanged)
|
|||
var menubar = document.getElementById("mail-menubar");
|
||||
for (var i = 0; i < menubar.childNodes.length; ++i)
|
||||
menubar.childNodes[i].setAttribute("disabled", false);
|
||||
|
||||
// Update (or create) "File" button's tree
|
||||
SetupMoveCopyMenus('button-file', accountManagerDataSource, folderDataSource);
|
||||
|
||||
var customizePopup = document.getElementById("CustomizeMailToolbar");
|
||||
customizePopup.removeAttribute("disabled");
|
||||
|
|
Загрузка…
Ссылка в новой задаче