[tor-commits] [torbutton/master] Bug 6566: Fix "Transparent Torification" option.

mikeperry at torproject.org mikeperry at torproject.org
Mon Apr 22 23:30:44 UTC 2013


commit f5d53234ba19f22e18486867245e52b1774bf2c5
Author: Sukhbir Singh <sukhbir.in at gmail.com>
Date:   Fri Mar 22 20:06:43 2013 -0400

    Bug 6566: Fix "Transparent Torification" option.
---
 src/chrome/content/preferences.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/chrome/content/preferences.js b/src/chrome/content/preferences.js
index ddc1994..97ffb7d 100644
--- a/src/chrome/content/preferences.js
+++ b/src/chrome/content/preferences.js
@@ -249,6 +249,7 @@ function torbutton_prefs_save(doc) {
         var chrome = wm.getMostRecentWindow("navigator:browser");
         var ret = chrome.torbutton_test_settings();
         if (ret != 4) {
+            var strings = torbutton_get_stringbundle();
             var warning = strings.GetStringFromName("torbutton.popup.test.failure");
             window.alert(warning);
         } else {





More information about the tor-commits mailing list