Back out the fix for bug 271359 from the trunk too (it was forgotten), original backout had r=mconnor

This commit is contained in:
gavin%gavinsharp.com 2006-03-03 04:09:10 +00:00
parent c785639438
commit cd7134e61d

View File

@ -3626,9 +3626,6 @@ nsBrowserStatusHandler.prototype =
if (document.getElementById("highlight").checked)
document.getElementById("highlight").removeAttribute("checked");
//fix bug 271359 - reset mFavIconURL
getBrowser().selectedBrowser.mFavIconURL = null;
setTimeout(function () { FeedHandler.updateFeeds(); }, 0);
#ifdef ALTSS_ICON
setTimeout(function () { updatePageStyles(); }, 0);