mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-05 22:05:40 +00:00
Additional comments... r=varada@netscape.com, sr=sspitzer@netscape.com
This commit is contained in:
parent
6b6855315c
commit
968852b00e
@ -46,7 +46,7 @@ function SendMessageNow()
|
||||
var iwindowManager = Components.interfaces.nsIWindowMediator;
|
||||
var windowManager = cwindowManager.QueryInterface(iwindowManager);
|
||||
var composeWindow = windowManager.getMostRecentWindow('msgcompose'); //find the open msgcompose window and get it
|
||||
composeWindow.SendMessage(); //send the message that we've done a Reply to
|
||||
composeWindow.SendMessage(); //send the message that we've invoked a Reply To window for
|
||||
}
|
||||
|
||||
addEventListener("load",StartSmoketestTimers,false);
|
||||
|
Loading…
x
Reference in New Issue
Block a user