From 09d8a2f50cd270f3efa044e8312de3432b62f028 Mon Sep 17 00:00:00 2001 From: "law%netscape.com" Date: Tue, 11 Dec 2001 22:09:23 +0000 Subject: [PATCH] Bug 92156; make sure newWindow flag is passed through to OpenBrowserWindow so DDE requests go to existing windows; r=morse, sr=ben git-svn-id: svn://10.0.0.236/trunk@110293 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpfe/bootstrap/nsNativeAppSupportWin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/xpfe/bootstrap/nsNativeAppSupportWin.cpp b/mozilla/xpfe/bootstrap/nsNativeAppSupportWin.cpp index 5f219bd4190..e5bef2d981d 100644 --- a/mozilla/xpfe/bootstrap/nsNativeAppSupportWin.cpp +++ b/mozilla/xpfe/bootstrap/nsNativeAppSupportWin.cpp @@ -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; }