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

git-svn-id: svn://10.0.0.236/trunk@195057 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
doronr%us.ibm.com 2006-04-21 14:56:42 +00:00
parent 8897e07fdd
commit 331b318157

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];