Bug 137661: Mail window opened from biff icon can't be maximized/minimized/resized and covers the full screen

r+sr=jag
a=sspitzer
This commit is contained in:
ere%atp.fi 2003-04-30 06:24:01 +00:00
parent 9c630807a3
commit 35ee8f1abd

View File

@ -129,7 +129,8 @@ NS_IMETHODIMP nsMessengerBootstrap::OpenMessengerWindowWithUri(const char *windo
// to determine if we should open a new window, or use an existing one.
nsCOMPtr<nsIDOMWindow> newWindow;
rv = wwatch->OpenWindow(0, chromeurl.get(), "_blank",
"chrome,dialog=no,all", argsArray,
"chrome,extrachrome,menubar,resizable,scrollbars,status,toolbar",
argsArray,
getter_AddRefs(newWindow));
return NS_OK;