From 6b5809ae5fffad2bf3b111664b6f03788edf0c6d Mon Sep 17 00:00:00 2001 From: "mconnor@steelgryphon.com" Date: Tue, 21 Aug 2007 22:00:39 -0700 Subject: [PATCH] bug 307066 - no favicon after click on anchor link, patch by Christian Schmidt (bugzilla.mozilla.org@chsc.dk), r=vlad --- browser/base/content/tabbrowser.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/browser/base/content/tabbrowser.xml b/browser/base/content/tabbrowser.xml index 3cf87a4f654..2e175040c1a 100644 --- a/browser/base/content/tabbrowser.xml +++ b/browser/base/content/tabbrowser.xml @@ -381,7 +381,8 @@ if (this.mBrowser.userTypedClear > 0) this.mBrowser.userTypedValue = null; - if (aWebProgress.DOMWindow == this.mBrowser.contentWindow) + if (aWebProgress.DOMWindow == this.mBrowser.contentWindow && + aWebProgress.isLoadingDocument) this.mTabBrowser.setIcon(this.mTab, null); if (!this.mBlank && this.mTabBrowser.mCurrentTab == this.mTab) {