0 isn't equal to null!, fix for bug 14987. R=hangas,A=chofmann
git-svn-id: svn://10.0.0.236/trunk@49154 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
3d614afce1
commit
4640ae5514
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user