[Pkg-mozext-commits] [nostalgy] 176/252: Fix typo.

David Prévot taffit at moszumanska.debian.org
Tue Jun 14 15:24:55 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 335cc402c90908cb156082735fe6dea8e7263d45
Author: frisch <frisch at 56b81dcf-5a2f-0410-9db0-014be2e416ff>
Date:   Thu Dec 10 12:52:57 2009 +0000

    Fix typo.
---
 content/nostalgy.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/nostalgy.js b/content/nostalgy.js
index 1dd70ea..d2dc22f 100644
--- a/content/nostalgy.js
+++ b/content/nostalgy.js
@@ -873,7 +873,7 @@ function NostalgySearchSender() {
   }
   else if (last_cycle_restrict == 2) {
       input.value = subj;
-      if (NostalgyIsDefined(kQuickSearchSubject))
+      if (NostalgyIsDefined("kQuickSearchSubject"))
           input.searchMode = kQuickSearchSubject;
       else if (window.QuickSearchConstants)
           input.searchMode = QuickSearchConstants.kQuickSearchSubject;

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