Bug 409311 - I see beach ball instead of download manager. r=sdwilsh, a1.9=beltzner

This commit is contained in:
edward.lee@engineering.uiuc.edu 2007-12-21 14:58:07 -08:00
parent 4b3252c169
commit 0428bb6509

View File

@ -1113,9 +1113,12 @@ function buildDownloadList()
return;
}
// Start building the list and select the first item
stepListBuilder(1);
gDownloadsView.selectedIndex = 0;
// Take a quick break before we actually start building the list
gBuilder = setTimeout(function() {
// Start building the list and select the first item
stepListBuilder(1);
gDownloadsView.selectedIndex = 0;
}, 0);
}
/**