bug 144704 make sure view image context menu item doesn't inherit the wrong context, r=bryner,sr=brendan,a=chofmann,adt1.0.0+

This commit is contained in:
dveditz%netscape.com 2006-07-29 05:40:41 +00:00
Родитель 3e829e85e9
Коммит fd73c128fe
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -255,7 +255,7 @@ function openTopWin( url )
if ( topWindowOfType )
{
topWindowOfType.focus();
topWindowOfType._content.location.href = url;
topWindowOfType.loadURI(url);
return topWindowOfType;
}
else