From e8cdf971c0225b75ea938b6f2fbfc2df87f0e353 Mon Sep 17 00:00:00 2001 From: Jonathan McCrohan Date: Wed, 30 Nov 2011 21:19:02 +0000 Subject: Fix menu transparency issue. (Merged fork from Regis Cosnier) --- src/chrome/content/globals.js | 2 +- src/install.rdf | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/chrome/content/globals.js b/src/chrome/content/globals.js index f7fb5e1..ee82427 100644 --- a/src/chrome/content/globals.js +++ b/src/chrome/content/globals.js @@ -6,7 +6,7 @@ const gSProxyRdfNodeId = gSProxyRdfNodeUriRoot+ "#id"; const gSProxyRdfNodeName = gSProxyRdfNodeUriRoot+ "#name"; const gSProxyRdfNodeProxy = gSProxyRdfNodeUriRoot+ "#proxy"; -const gmproxy_Version = "1.38"; +const gmproxy_Version = "1.38.1"; const gmproxy_DownloadSite = "https://github.com/jmccrohan/Multiproxy-Switch"; var gSProxyStrBundle = null; diff --git a/src/install.rdf b/src/install.rdf index 59aa0d1..99d21c2 100644 --- a/src/install.rdf +++ b/src/install.rdf @@ -5,9 +5,9 @@ {BB080420-8088-F650-3D47-13799CCD6159} Multiproxy Switch - 1.38 + 1.38.1 MPS lets you switch local proxies in Firefox and Thunderbird, and do more. - McFred + jmccrohan Jeremy Gillick (http://www.mozmonkey.com) Jonathan McCrohan (http://dereenigne.org) https://github.com/jmccrohan/Multiproxy-Switch -- cgit v1.2.3