Bug 417583: Find updates button needs disabling/hiding in some contexts. r=gavin.sharp

This commit is contained in:
dtownsend@oxymoronical.com 2008-02-25 14:26:38 -08:00
parent 547881bcfb
commit f42b2dfdd0

View File

@ -361,6 +361,7 @@ function showView(aView) {
case "plugins":
prefURL = PREF_EXTENSIONS_GETMOREPLUGINSURL;
types = [ [ ["plugin", "true", null] ] ];
showCheckUpdatesAll = false;
break;
case "updates":
document.getElementById("updates-view").hidden = false;