the other half of the fix to make customizing the stand alone mail window work. Forgot to check this in with my earlier

checkin.


git-svn-id: svn://10.0.0.236/trunk@145038 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
scott%scott-macgregor.org
2003-07-21 23:01:04 +00:00
parent ea2071d85d
commit f0568ce00b

View File

@@ -314,7 +314,14 @@ function delayedOnLoadMessageWindow()
}
CreateView(originalView);
// initialize the customizeDone method on the customizeable toolbar
var toolbox = document.getElementById("mail-toolbox");
toolbox.customizeDone = MailToolboxCustomizeDone;
var toolbarset = document.getElementById('customToolbars');
toolbox.toolbarset = toolbarset;
setTimeout(OnLoadMessageWindowDelayed, 0, loadCustomMessage);
SetupCommandUpdateHandlers();