1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-24 07:32:27 +01:00

Fix dactyl.quit.

This commit is contained in:
Kris Maglione
2011-01-18 00:19:31 -05:00
parent 99e04e7d97
commit 1bef7dbe91

View File

@@ -1092,7 +1092,7 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), {
confirmQuit: function confirmQuit()
prefs.withContext(function () {
prefs.set("browser.warnOnQuit", false);
return !window.canQuitApplication();
return window.canQuitApplication();
}),
/**