Bug #350052 --> View menu loses focus between Sort by and Threads. sr=bienvenu

This commit is contained in:
scott%scott-macgregor.org 2007-01-31 08:20:22 +00:00
Родитель 8b17798260
Коммит 57ab695d82
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -211,8 +211,7 @@ function view_init()
// hide the views menu item if the user doesn't have the views toolbar button visible
viewsToolbarButton = document.getElementById("mailviews-container");
if (!viewsToolbarButton)
document.getElementById('viewMessageViewMenu').collapsed = true;
document.getElementById('viewMessageViewMenu').hidden = !viewsToolbarButton;
// Initialize the View Attachment Inline menu
var viewAttachmentInline = pref.getBoolPref("mail.inline_attachments");