Bug 331842 - update-history almost useless, because it shows only one, the last, update. Patch by Michael Wu <michael.wu@mozilla.com>, r=darin, a=dbaron

git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@202106 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jwalden%mit.edu
2006-07-14 01:02:38 +00:00
parent b85290577d
commit 62dc4339c4

View File

@@ -1596,6 +1596,7 @@ UpdateManager.prototype = {
_addUpdate: function(update) {
if (!update)
return;
this._ensureUpdates();
if (this._updates) {
for (var i = 0; i < this._updates.length; ++i) {
if (this._updates[i] &&