[or-cvs] [torbutton/master 11/15] fix issue with smoke in room

mikeperry at torproject.org mikeperry at torproject.org
Thu Sep 30 13:33:45 UTC 2010


Author: Jacob Appelbaum <jacob at appelbaum.net>
Date: Sat, 24 Jul 2010 01:56:07 +0200
Subject: fix issue with smoke in room
Commit: 3e8170e286d76a0b5f7c006b5b3360bb21b8ab57

---
 src/chrome/content/preferences.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/chrome/content/preferences.js b/src/chrome/content/preferences.js
index 653dd99..a0915fb 100644
--- a/src/chrome/content/preferences.js
+++ b/src/chrome/content/preferences.js
@@ -145,7 +145,7 @@ function torbutton_prefs_init(doc) {
     doc.getElementById('torbutton_noProxiesOn').value = o_torprefs.getCharPref('no_proxies_on');
 
     // Transparent Torification magic
-    if (o_torprefs.getBoolPref('torbutton_transparentTor')) {
+    if (o_torprefs.getBoolPref('transparentTor')) {
         doc.getElementById('torbutton_settingsMethod').selectedItem = doc.getElementById('torbutton_transparentTor');
     }
 
-- 
1.7.1




More information about the tor-commits mailing list