Bug #117114. Fix silly typo - change dialog=np to dialog=no so that windows that come up have the right settings. r=hixie, sr=blake
git-svn-id: svn://10.0.0.236/trunk@111154 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
c15e9b1ac2
commit
8150b8096b
@ -827,7 +827,7 @@ XRemoteService::XfeDoCommand(nsCString &aArgument,
|
||||
return NS_ERROR_FAILURE;
|
||||
|
||||
nsCOMPtr<nsIDOMWindow> newWindow;
|
||||
rv = OpenChromeWindow(0, browserLocation, "chrome,all,dialog=np",
|
||||
rv = OpenChromeWindow(0, browserLocation, "chrome,all,dialog=no",
|
||||
nsnull, getter_AddRefs(newWindow));
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user