bug 381157 followup, fixing a missing ) in the pref migration, thanks to wladow for finding it

This commit is contained in:
Robert Kaiser 2009-05-29 15:18:24 +02:00
Родитель cdcb7ba378
Коммит db445a7008
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -289,7 +289,7 @@ SuiteGlue.prototype = {
try {
prefs.setBoolPref("browser.download.useDownloadDir",
prefs.getBoolPref("browser.download.autoDownload");
prefs.getBoolPref("browser.download.autoDownload"));
} catch (ex) {}
try {