From d4cf853e97bda32da34c8dacd34db577894b6ef6 Mon Sep 17 00:00:00 2001 From: "law%netscape.com" Date: Wed, 20 Oct 1999 20:36:08 +0000 Subject: [PATCH] Fix for bug #9131; add dependent=yes feature on find dialog so it behaves properly; r=matt@netscape.com --- xpfe/components/find/src/nsFindComponent.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xpfe/components/find/src/nsFindComponent.cpp b/xpfe/components/find/src/nsFindComponent.cpp index 282ef122001d..d88020fb8761 100644 --- a/xpfe/components/find/src/nsFindComponent.cpp +++ b/xpfe/components/find/src/nsFindComponent.cpp @@ -796,7 +796,7 @@ static nsresult OpenDialogWithArg( nsIDOMWindow *parent, "svs%ip", url, JSVAL_NULL, - "chrome,resizable=no", + "chrome,resizable=no,dependent=yes", (const nsIID*)(&nsISearchContext::GetIID()), (nsISupports*)arg ); if ( argv ) {