From cb97d7d6dafdadb744d6807b4e5bc78c27ae833f Mon Sep 17 00:00:00 2001 From: "jst%mozilla.jstenback.com" Date: Sat, 18 Jun 2005 07:59:49 +0000 Subject: [PATCH] Fixing bugstage. git-svn-id: svn://10.0.0.236/trunk@174816 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/modules/plugin/base/src/nsPluginNativeWindowWin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/modules/plugin/base/src/nsPluginNativeWindowWin.cpp b/mozilla/modules/plugin/base/src/nsPluginNativeWindowWin.cpp index 5b2ca4962be..8b7a34e79f9 100644 --- a/mozilla/modules/plugin/base/src/nsPluginNativeWindowWin.cpp +++ b/mozilla/modules/plugin/base/src/nsPluginNativeWindowWin.cpp @@ -181,7 +181,7 @@ DelayedPopupsEnabledEvent_Handle(PLEvent *event) nsIPluginInstanceInternal *instInternal = (nsIPluginInstanceInternal *)event->owner; - instInternal->PushPopupsEnabledState(); + instInternal->PushPopupsEnabledState(PR_FALSE); return nsnull; }