Bug #25583,27681,24193 when unloading the 3-pane window, close the msg window

r=sspitzer
This commit is contained in:
mscott%netscape.com 2000-02-16 05:33:30 +00:00
Родитель 65dfac4627
Коммит d7ca46f6a5
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -286,6 +286,8 @@ function OnUnloadMessenger()
messenger.SetWindow(null, null);
}
}
msgWindow.closeWindow();
}