[Pkg-mozext-commits] [nostalgy] 01/19: Fix probable bug.

David Prévot taffit at moszumanska.debian.org
Sat Aug 9 20:06:28 UTC 2014


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

taffit pushed a commit to branch master
in repository nostalgy.

commit d28890dc8db925e000840e9311a2acf26b39cac8
Author: alain.frisch <alain.frisch at 56b81dcf-5a2f-0410-9db0-014be2e416ff>
Date:   Wed Nov 20 18:10:47 2013 +0000

    Fix probable bug.
    
    git-svn-id: http://nostalgy.googlecode.com/svn/trunk@224 56b81dcf-5a2f-0410-9db0-014be2e416ff
---
 content/nostalgy.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/nostalgy.js b/content/nostalgy.js
index 8417b3e..5723c0a 100644
--- a/content/nostalgy.js
+++ b/content/nostalgy.js
@@ -123,7 +123,7 @@ var NostalgyRules =
       if (!nostalgy_in_message_window) NostalgyDefLabel();
       return;
     }
-    if (aData = "number_of_recent_folders") {
+    if (aData == "number_of_recent_folders") {
         nostalgy_recent_folders_max_size = this._branch.getIntPref("number_of_recent_folders");
         return;
     }

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



More information about the Pkg-mozext-commits mailing list