Bug 1035211 - don't call acceptDialog for privacy pane private browsing change in in-content prefs, r=jaws

--HG--
extra : rebase_source : cde84a8a08de69f205b1572d85f270c28b6de56f
This commit is contained in:
Gijs Kruitbosch 2014-07-07 18:40:05 +01:00
Родитель 91bf6f3a3a
Коммит 5b288a9ed3
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -284,7 +284,6 @@ var gPrivacyPane = {
if (shouldProceed) {
pref.value = autoStart.hasAttribute('checked');
document.documentElement.acceptDialog();
let appStartup = Cc["@mozilla.org/toolkit/app-startup;1"]
.getService(Ci.nsIAppStartup);
appStartup.quit(Ci.nsIAppStartup.eAttemptQuit | Ci.nsIAppStartup.eRestart);