Bug 909662 - Fix reference to undefined 'pref' constant. r=ttaubert

This commit is contained in:
Jared Wein 2013-08-28 12:22:58 -04:00
Родитель d45aede98e
Коммит 3c60290f43
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1674,7 +1674,7 @@
// don't set the pref unless they press OK and it's false
if (reallyClose && !warnOnClose.value)
Services.prefs.setBoolPref(pref, false);
Services.prefs.setBoolPref("browser.tabs.warnOnClose", false);
return reallyClose;
]]>