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:
ducarroz%netscape.com 1999-09-27 21:32:11 +00:00
parent 3d614afce1
commit 4640ae5514

View File

@ -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)