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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user