зеркало из https://github.com/mozilla/pjs.git
Bug 92156; make sure newWindow flag is passed through to OpenBrowserWindow so DDE requests go to existing windows; r=morse, sr=ben
This commit is contained in:
Родитель
15ed793c09
Коммит
ee1dab79bf
|
@ -1362,7 +1362,7 @@ nsNativeAppSupportWin::HandleRequest( LPBYTE request, PRBool newWindow ) {
|
|||
printf( "Launching browser on url [%s]...\n", (const char*)arg );
|
||||
#endif
|
||||
if (NS_SUCCEEDED(nativeApp->EnsureProfile(args)))
|
||||
(void)OpenBrowserWindow( arg );
|
||||
(void)OpenBrowserWindow( arg, newWindow );
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче