Bug 366482 – "Edit as new" for opened eml files results in a broken compose window
Fix typo of pushed versus reviewed patch r over IRC from mkmelin (fixes bug 451891)
This commit is contained in:
Родитель
892995ae9b
Коммит
75dd9b0003
|
@ -27,7 +27,7 @@
|
|||
|
||||
var msgComposeService = Components.classes["@mozilla.org/messengercompose;1"].getService();
|
||||
msgComposeService = msgComposeService.QueryInterface(Components.interfaces.nsIMsgComposeService);
|
||||
msgComposeService.OpenComposeWindow(null, null, null
|
||||
msgComposeService.OpenComposeWindow(null, null, null,
|
||||
Components.interfaces.nsIMsgCompType.New,
|
||||
Components.interfaces.nsIMsgCompFormat.Default,
|
||||
null, null);
|
||||
|
|
Загрузка…
Ссылка в новой задаче