Bug 400019 - "clicking panel should just close menulist inside it (toolbar bookmark menu)" [p=enndeakin@sympatico.ca (Neil Deakin) r=dougt r=emaijala sr=roc a=blocking1.9+]

git-svn-id: svn://10.0.0.236/trunk@244108 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
reed%reedloden.com 2008-01-27 04:43:37 +00:00
parent 162b4bf3f2
commit b317cef7f9

View File

@ -1181,7 +1181,7 @@ nsWindow::EventIsInsideWindow(UINT Msg, nsWindow* aWindow)
{
RECT r;
if (Msg == WM_ACTIVATE)
if (Msg == WM_ACTIVATEAPP)
#ifndef WINCE
// don't care about activation/deactivation
return PR_FALSE;