This commit is contained in:
blakeross%telocity.com 2002-08-10 00:55:06 +00:00
Родитель 2d9831c6bb
Коммит 4dab490b20
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -3483,7 +3483,7 @@ nsBrowserStatusHandler.prototype =
this.throbberElement.setAttribute("busy", true);
// XXX: This needs to be based on window activity...
this.stopCommand.removeAttribute("Browser:Stop");
this.stopCommand.removeAttribute("disabled");
}
}
else if (aStateFlags & nsIWebProgressListener.STATE_STOP) {