teach RunModalDialog to use extant windows; use one in NetSupportDialog (fixes bug 7858). remove AppShellService interface references
git-svn-id: svn://10.0.0.236/trunk@36668 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -761,7 +761,7 @@ nsEditorShell::CreateWindowWithURL(const char* urlStr)
|
||||
if (NS_FAILED(rv) || !url)
|
||||
goto done;
|
||||
|
||||
appShell->CreateTopLevelWindow(nsnull, url, PR_TRUE, *getter_AddRefs(newWindow),
|
||||
appShell->CreateTopLevelWindow(nsnull, url, PR_TRUE, getter_AddRefs(newWindow),
|
||||
nsnull, nsnull, 615, 480);
|
||||
|
||||
done:
|
||||
|
||||
Reference in New Issue
Block a user