Bug 334674 - Not resetting the missing plugin list when a tab's location changes. r=mconnor

This commit is contained in:
doronr%us.ibm.com 2006-04-21 14:56:42 +00:00
parent 8221d97ee5
commit a2591f0b92

View File

@ -370,6 +370,9 @@
aWebProgress.isLoadingDocument)
this.mTabBrowser.setIcon(this.mTab, null);
// changing location, clear out the missing plugins list
this.mTab.missingPlugins = null;
if (!this.mBlank && this.mTabBrowser.mCurrentTab == this.mTab) {
for (var i = 0; i < this.mTabBrowser.mProgressListeners.length; i++) {
var p = this.mTabBrowser.mProgressListeners[i];