Fix typo in previous patch spotted by pete.zha@sun.com a=roc

This commit is contained in:
neil%parkwaycc.co.uk 2004-07-08 19:34:05 +00:00
parent 29b610a7a6
commit 44bf000c5d

View File

@ -336,7 +336,7 @@ function HandleKeyEvent( aEvent )
function HandleClickEvent( aEvent )
{
if (aEvent.button == 0 && event.target.parentNode.view.selection.count) {
if (aEvent.button == 0 && aEvent.target.parentNode.view.selection.count) {
if (!onStart())
return false;
window.close();