Fix a typo that was causing bug 153828, inability to navigate bookmarks and history in a maximized window. r=saari, sr=jag.

This commit is contained in:
bryner%netscape.com 2002-08-06 01:12:33 +00:00
Родитель 3ab9812ebf
Коммит 056465c13c
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -454,7 +454,7 @@ nsWebShellWindow::HandleEvent(nsGUIEvent *aEvent)
// event in a different sequence than the deactivate depending on if you're
// minimizing the window vs. just clicking in a different window to cause
// the deactivation. Bug #82534
if(modeEvent->mSizeMode = nsSizeMode_Minimized) {
if(modeEvent->mSizeMode == nsSizeMode_Minimized) {
nsCOMPtr<nsIDOMWindowInternal> domWindow;
eventWindow->ConvertWebShellToDOMWindow(webShell, getter_AddRefs(domWindow));
if (domWindow) {