[or-cvs] r10271: [darcs-to-svn @ save the socks host setting to the correct p (torbutton/trunk/src/chrome/content)

squires at seul.org squires at seul.org
Tue May 22 05:25:59 UTC 2007


Author: squires
Date: 2007-05-22 01:25:58 -0400 (Tue, 22 May 2007)
New Revision: 10271

Modified:
   torbutton/trunk/src/chrome/content/torbutton.js
Log:
[darcs-to-svn @ save the socks host setting to the correct preference name]

Original author: squires at pobox.com
Date: 2006-10-28 18:02:52+00:00

Modified: torbutton/trunk/src/chrome/content/torbutton.js
===================================================================
--- torbutton/trunk/src/chrome/content/torbutton.js	2007-05-22 05:25:53 UTC (rev 10270)
+++ torbutton/trunk/src/chrome/content/torbutton.js	2007-05-22 05:25:58 UTC (rev 10271)
@@ -250,7 +250,7 @@
             torprefs.setIntPref('ftp_port', proxy_port);
             torprefs.setIntPref('gopher_port', proxy_port);
         }
-        torprefs.setCharPref('socks', 'localhost');
+        torprefs.setCharPref('socks_host', 'localhost');
         torprefs.setIntPref('socks_port', 9050);
     }
     torbutton_log(1, 'http_port='+torprefs.getIntPref('http_port'));



More information about the tor-commits mailing list