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+]

This commit is contained in:
reed@reedloden.com 2008-01-26 20:43:37 -08:00
Родитель 476b309796
Коммит 18369f08e4
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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;