[Pkg-mozext-commits] [toggle-proxy] 02/09: Imported Upstream version 1.9

David Prévot taffit at moszumanska.debian.org
Tue Apr 28 01:08:18 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository toggle-proxy.

commit 691aeb129be51572bdbe82a4029ce180498e1641
Author: David Prévot <david at tilapin.org>
Date:   Mon Apr 27 20:44:54 2015 -0400

    Imported Upstream version 1.9
---
 chrome/content/toggleproxy.js | 4 ++--
 install.rdf                   | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/chrome/content/toggleproxy.js b/chrome/content/toggleproxy.js
index 72ec789..34d7ed7 100755
--- a/chrome/content/toggleproxy.js
+++ b/chrome/content/toggleproxy.js
@@ -64,11 +64,11 @@ var toggleproxy = {
 		}
 		else if (proxyStatus==2)  // Auto proxy (URL)
 		{
-			proxyButton.setAttribute("tooltiptext", this.language_tooltip_system);
+			proxyButton.setAttribute("tooltiptext", this.language_tooltip_autourl);
 			proxyButton.setAttribute("class", "toggleproxy-status-autourl");
 			if (proxyToolbarButton != null)	// toolbar button activated, if not result will be null
 			{
-				proxyToolbarButton.setAttribute("tooltiptext", this.language_tooltip_system);  
+				proxyToolbarButton.setAttribute("tooltiptext", this.language_tooltip_autourl);  
 				proxyToolbarButton.setAttribute("state", "auto-proxy");
 			}
 		}
diff --git a/install.rdf b/install.rdf
index ae1f5e1..7d4304a 100755
--- a/install.rdf
+++ b/install.rdf
@@ -8,7 +8,7 @@
         <!-- Required Items -->
         <em:id>toggleproxy at quirkyquipu.co.uk</em:id>
         <em:name>Toggle Proxy</em:name>
-        <em:version>1.8</em:version>
+        <em:version>1.9</em:version>
 		<em:type>2</em:type>
 
         <!-- Firefox -->
@@ -16,7 +16,7 @@
             <Description>
                 <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
                 <em:minVersion>1.5</em:minVersion>
-                <em:maxVersion>19.*</em:maxVersion>
+                <em:maxVersion>40.0</em:maxVersion>
             </Description>
         </em:targetApplication>
 
@@ -25,7 +25,7 @@
             <Description>
                 <em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
                 <em:minVersion>3.0</em:minVersion>
-                <em:maxVersion>19.*</em:maxVersion>
+                <em:maxVersion>40.0</em:maxVersion>
             </Description>
         </em:targetApplication>
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/toggle-proxy.git



More information about the Pkg-mozext-commits mailing list