Bug 682478. Wait longer to get correct filename for "save link as". r=limi

This commit is contained in:
Jason Duell 2011-09-13 15:14:01 -07:00
Родитель bf015d6509
Коммит 22ef9265fe
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -308,7 +308,7 @@ pref("browser.urlbar.trimURLs", true);
// the Content-Disposition filename) before giving up and falling back to
// picking a filename without that info in hand so that the user sees some
// feedback from their action.
pref("browser.download.saveLinkAsFilenameTimeout", 1000);
pref("browser.download.saveLinkAsFilenameTimeout", 4000);
pref("browser.download.useDownloadDir", true);