bug 381157 followup, fixing a missing ) in the pref migration, thanks to wladow for finding it
This commit is contained in:
Родитель
cdcb7ba378
Коммит
db445a7008
|
@ -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 {
|
||||
|
|
Загрузка…
Ссылка в новой задаче