fix for #64729. Delete toolbar button should become a Mark toolbar button
when viewing a news message. sr=bienvenu git-svn-id: svn://10.0.0.236/trunk@84640 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -150,6 +150,13 @@ function OnLoadMessageWindow()
|
||||
}
|
||||
}
|
||||
|
||||
if (gCurrentMessageUri) {
|
||||
SetUpToolbarButtons(gCurrentMessageUri);
|
||||
}
|
||||
else if (gCurrentFolderUri) {
|
||||
SetUpToolbarButtons(gCurrentFolderUri);
|
||||
}
|
||||
|
||||
setTimeout("OpenURL(gCurrentMessageUri);", 0);
|
||||
SetupCommandUpdateHandlers();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user