commit f5d53234ba19f22e18486867245e52b1774bf2c5
Author: Sukhbir Singh <[email protected]>
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 {



_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to