From 9b0daa26dbaebb70723d309f0bc4fb62bd3a0043 Mon Sep 17 00:00:00 2001 From: nickdu Date: Thu, 10 May 2012 15:25:03 +1000 Subject: Fix when browser starts up proxy is not set correctly issue --- src/chrome/content/proxy.js | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/chrome/content/proxy.js b/src/chrome/content/proxy.js index 8c94d0f..85664dc 100644 --- a/src/chrome/content/proxy.js +++ b/src/chrome/content/proxy.js @@ -65,9 +65,11 @@ function mproxy_initProxy(event){ //Populate Proxy List mproxy_populateList(); - //Set Last Proxy Selected - if(gSwitchP_List != null) - gSwitchP_LastItem = gSwitchP_List.selectedItem; + //Set Last Proxy Selected + if (gSwitchP_List != null) { + gSwitchP_List.selectedItem.value = gSwitchP_Prefs.getCharPref("mproxy.proxy.current"); + gSwitchP_LastItem = gSwitchP_List.selectedItem; + } //Add Preferences Listener var oProxyObserver = { @@ -96,7 +98,7 @@ oPrefBranch.addObserver("mproxy.proxy.rdf.lastupdate", oProxyObserver, false); // Start Anon Rotation //setTimeout("mproxy_anon_nextProxy()", 1000); - + mproxy_setProxy(true); gSwitchP_Loaded = true; } } -- cgit v1.2.3 7535a'>summaryrefslogtreecommitdiffstats
path: root/isdb-t/br-sp-Orlandia (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-11Imported Upstream version 0+git20160503.4f192bdupstream/0+git20160503.4f192bdJonathan McCrohan1307-2667/+38002
2016-01-18Imported Upstream version 0+git20151202.3864e0aupstream/0+git20151202.3864e0aJonathan McCrohan840-4057/+18230
2015-04-01Imported Upstream version 0+git20150208.f2053b3upstream/0+git20150208.f2053b3Jonathan McCrohan32-333/+483
2014-12-28Imported Upstream version 0+git20141218.b46a22cupstream/0+git20141218.b46a22cJonathan McCrohan535-639/+317
2014-10-15Imported Upstream version 0+git20141009.d26b627upstream/0+git20141009.d26b627Jonathan McCrohan2010-11120/+159271
2014-07-23Imported Upstream version 0+git20140611.14bd6c7upstream/0+git20140611.14bd6c7Jonathan McCrohan7-11/+60
2014-05-13Imported Upstream version 0+git20140512.1246b27upstream/0+git20140512.1246b27Jonathan McCrohan391-301/+3983
2014-04-05Imported Upstream version 0+git20140326.cfc2975upstream/0+git20140326.cfc2975Jonathan McCrohan118-656/+877