[tor-commits] [torbutton/master] Fixup for bug 10216

gk at torproject.org gk at torproject.org
Thu Mar 19 09:36:58 UTC 2015


commit 54d02f3c1c97c2dcef2c8c03bc00580592a6cf38
Author: Georg Koppen <gk at torproject.org>
Date:   Thu Mar 19 09:36:15 2015 +0000

    Fixup for bug 10216
---
 src/chrome/content/torbutton.js |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/chrome/content/torbutton.js b/src/chrome/content/torbutton.js
index 09d6080..f7e99a0 100644
--- a/src/chrome/content/torbutton.js
+++ b/src/chrome/content/torbutton.js
@@ -1913,7 +1913,7 @@ function torbutton_do_tor_check()
   let checkSvc = Cc["@torproject.org/torbutton-torCheckService;1"]
                    .getService(Ci.nsISupports).wrappedJSObject;
   if (checkSvc.kCheckNotInitiated != checkSvc.statusOfTorCheck ||
-      !m.tb_prefs.getBoolPref("extensions.torbutton.test_enabled"))
+      !m_tb_prefs.getBoolPref("extensions.torbutton.test_enabled"))
     return; // Only do the check once.
 
   // If we have a tor control port and transparent torification is off,



More information about the tor-commits mailing list