[Pkg-mozext-commits] [firetray] 199/399: fix VersionChange

David Prévot taffit at alioth.debian.org
Tue Oct 29 18:23:43 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 1009fb9babaffdf2777a5da9dc4b578f73696b53
Author: foudfou <foudil.newbie+git at gmail.com>
Date:   Thu Mar 8 22:11:17 2012 +0100

    fix VersionChange
---
 src/modules/VersionChange.jsm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/modules/VersionChange.jsm b/src/modules/VersionChange.jsm
index 20c03d1..e16b8a3 100644
--- a/src/modules/VersionChange.jsm
+++ b/src/modules/VersionChange.jsm
@@ -72,7 +72,7 @@ var VersionChange = {
 
   initPrefs: function() {
     firetray.Utils.prefService.setBoolPref("firstrun", false);
-    firetray.Utils.prefService.setCharPref("installedVersion", firetray.VersionChange.curVersion);
+    firetray.Utils.prefService.setCharPref("installedVersion", VersionChange.curVersion);
   },
 
   installHook: function(ver){},

-- 
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