This commit is contained in:
scott%scott-macgregor.org 2004-07-23 22:16:16 +00:00
Родитель 28f845c5a1
Коммит 553266e504
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -278,7 +278,7 @@ var progressNotifier = {
for (index in this.mFeeds)
{
currentProgress += this.mFeeds[index].currentProgress;
maxProgress += this.mFeeds[index].maxProg;
maxProgress += this.mFeeds[index].maxProgress;
}
// if we start seeing weird "jumping" behavior where the progress bar goes below a threshold then above it again,