Bug 599412 - Disable the update button when it is hidden in the deck. r=dtownsend, a=blocking2.0-beta7

This commit is contained in:
Robert Strong 2010-09-24 10:57:21 -07:00
parent c6bbc7508a
commit 1f597e1dff

View File

@ -213,6 +213,7 @@ appUpdater.prototype =
*/
selectPanel: function(aChildID) {
this.updateDeck.selectedPanel = document.getElementById(aChildID);
this.updateBtn.disabled = (aChildID != "updateButtonBox");
},
/**