[Pkg-mozext-commits] [nostalgy] 223/252: Fix probable bug.

David Prévot taffit at moszumanska.debian.org
Tue Jun 14 15:25:01 UTC 2016


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

taffit pushed a commit to branch master
in repository nostalgy.

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

    Fix probable bug.
---
 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