Bug 417583: Find updates button needs disabling/hiding in some contexts.

r=gavin.sharp


git-svn-id: svn://10.0.0.236/trunk@246477 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dtownsend%oxymoronical.com 2008-02-25 22:26:38 +00:00
parent 7c7d788b18
commit a0242daf0c

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;