From 549798977179466f0903faeefd5f7d7bbaa8628c Mon Sep 17 00:00:00 2001 From: "saari%netscape.com" Date: Fri, 14 May 1999 23:10:46 +0000 Subject: [PATCH] tweaking DoContextMenu --- xpfe/appshell/src/nsWebShellWindow.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xpfe/appshell/src/nsWebShellWindow.cpp b/xpfe/appshell/src/nsWebShellWindow.cpp index 5e05e775736e..9aecc5f18cef 100644 --- a/xpfe/appshell/src/nsWebShellWindow.cpp +++ b/xpfe/appshell/src/nsWebShellWindow.cpp @@ -835,7 +835,8 @@ void nsWebShellWindow::DoContextMenu( NS_RELEASE(supports); pnsContextMenu->SetLocation(aX,aY); // Set webshell - //pnsContextMenu->SetWebShell( ); + pnsContextMenu->SetWebShell( mWebShell ); + // Set DOM node pnsContextMenu->SetDOMNode( aMenuNode );