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 22:26:38 +00:00
Родитель d64b6f8908
Коммит b4776f220e
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

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