0 isn't equal to null!, fix for bug 14987. R=hangas,A=chofmann
This commit is contained in:
Родитель
85bed52b6f
Коммит
1e2d503bfe
|
@ -54,7 +54,7 @@ function goOpenNewMessage()
|
|||
var msgComposeService = Components.classes["component://netscape/messengercompose"].getService();
|
||||
msgComposeService = msgComposeService.QueryInterface(Components.interfaces.nsIMsgComposeService);
|
||||
|
||||
msgComposeService.OpenComposeWindowWithValues(null, 0, 0, null, null, null, null, null);
|
||||
msgComposeService.OpenComposeWindowWithValues(null, 0, null, null, null, null, null, null);
|
||||
}
|
||||
|
||||
function goNewCardDialog(selectedAB)
|
||||
|
|
Загрузка…
Ссылка в новой задаче