зеркало из https://github.com/mozilla/gecko-dev.git
Bug 24391. Replace OpenComposeWindowWithValues by OpenComposeWindow. R=mscott,bienvenu A=chofmann
This commit is contained in:
Родитель
d213aa35d1
Коммит
dfe5b1590a
|
@ -42,7 +42,11 @@ function goOpenNewMessage()
|
|||
var msgComposeService = Components.classes["component://netscape/messengercompose"].getService();
|
||||
msgComposeService = msgComposeService.QueryInterface(Components.interfaces.nsIMsgComposeService);
|
||||
|
||||
msgComposeService.OpenComposeWindowWithValues(null, 0, null, null, null, null, null, null, null);
|
||||
msgComposeService.OpenComposeWindow(null,
|
||||
null,
|
||||
Components.interfaces.nsIMsgCompType.New,
|
||||
Components.interfaces.nsIMsgCompFormat.Default,
|
||||
null);
|
||||
}
|
||||
|
||||
function goNewCardDialog(selectedAB)
|
||||
|
|
Загрузка…
Ссылка в новой задаче