[Pkg-mozext-commits] [firetray] 172/399: bump to v0.4.0b3 + fix option cleaning

David Prévot taffit at alioth.debian.org
Tue Oct 29 18:23:37 UTC 2013


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

taffit pushed a commit to branch dfsg-clean
in repository firetray.

commit 868106ff612c78b2ad2ee05373cbfdef898502f9
Author: foudfou <foudil.newbie+git at gmail.com>
Date:   Thu Feb 9 12:44:00 2012 +0100

    bump to v0.4.0b3 + fix option cleaning
---
 src/install.rdf                 |    2 +-
 src/modules/FiretrayHandler.jsm |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/install.rdf b/src/install.rdf
index e92c652..d6a3440 100644
--- a/src/install.rdf
+++ b/src/install.rdf
@@ -5,7 +5,7 @@
     <em:unpack>true</em:unpack> <!-- needed for embedded icons -->
     <em:type>2</em:type>
     <em:name>FireTray</em:name>
-    <em:version>0.4.0b2</em:version>
+    <em:version>0.4.0b3</em:version>
     <em:creator>Hua Luo, Francesco Solero, Foudil BRÉTEL</em:creator>
     <em:contributor>Hua Luo, Francesco Solero (Firetray original authors)</em:contributor>
     <em:homepageURL>https://github.com/foudfou/firetray</em:homepageURL>
diff --git a/src/modules/FiretrayHandler.jsm b/src/modules/FiretrayHandler.jsm
index 2485405..5f2dc66 100644
--- a/src/modules/FiretrayHandler.jsm
+++ b/src/modules/FiretrayHandler.jsm
@@ -331,7 +331,7 @@ firetray.Handler = {
 
     for (let i = 0, length = oldOptions.length; i<length; ++i) {
       try {
-        firetray.Utils.prefService.clearUserPref(v03options[i]);
+        firetray.Utils.prefService.clearUserPref(oldOptions[i]);
       } catch (x) {}
     }
   },

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



More information about the Pkg-mozext-commits mailing list