From 208c7e0d690940beb86375443d7875787169b84c Mon Sep 17 00:00:00 2001 From: "mscott%netscape.com" Date: Thu, 2 Nov 2000 21:44:31 +0000 Subject: [PATCH] Bug #58669 --> don't let the helper app dialog be modal, this prevents the external handler from properly processing incoming OnDataAvailable events while the helper app dialog is up. r=law,sspitzer sr=alecf --- xpfe/components/ucth/src/nsUnknownContentTypeHandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xpfe/components/ucth/src/nsUnknownContentTypeHandler.cpp b/xpfe/components/ucth/src/nsUnknownContentTypeHandler.cpp index 96142734d210..b4ec01391254 100644 --- a/xpfe/components/ucth/src/nsUnknownContentTypeHandler.cpp +++ b/xpfe/components/ucth/src/nsUnknownContentTypeHandler.cpp @@ -246,7 +246,7 @@ nsUnknownContentTypeHandler::Show( nsIHelperAppLauncher *aLauncher, nsISupports "sss%ip", "chrome://global/content/helperAppLauncher.xul", "_blank", - "chrome,titlebar,modal", + "chrome,titlebar", (const nsIID*)(&NS_GET_IID(nsIHelperAppLauncher)), (nsISupports*)aLauncher ); if ( argv ) {