[tor-commits] [torbirdy/master] Do not close the window after resetting the preferences

sukhbir at torproject.org sukhbir at torproject.org
Mon Sep 2 23:20:11 UTC 2013


commit 7d5b45e1c4aed4869f25592efc932d2f59b324e5
Author: Sukhbir Singh <sukhbir at torproject.org>
Date:   Mon Sep 2 18:23:37 2013 -0400

    Do not close the window after resetting the preferences
---
 chrome/content/preferences.js |    1 -
 1 file changed, 1 deletion(-)

diff --git a/chrome/content/preferences.js b/chrome/content/preferences.js
index 9fbf378..f2f6b32 100644
--- a/chrome/content/preferences.js
+++ b/chrome/content/preferences.js
@@ -632,7 +632,6 @@ if (!org.torbirdy.prefs) org.torbirdy.prefs = new function() {
     // Save the settings and close the window.
     pub.checkSetting();
     pub.onAccept();
-    window.close();
   };
 
   return pub;



More information about the tor-commits mailing list