[Pkg-mozext-commits] [nostalgy] 120/252: *** empty log message ***

David Prévot taffit at moszumanska.debian.org
Tue Jun 14 15:24:48 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 a087427ef197300c5ecb0f1f48f2984534df5ea5
Author: frisch <frisch at 56b81dcf-5a2f-0410-9db0-014be2e416ff>
Date:   Sat Jun 16 07:54:02 2007 +0000

    *** empty log message ***
---
 content/nostalgy.js | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/content/nostalgy.js b/content/nostalgy.js
index a89c828..08fe894 100644
--- a/content/nostalgy.js
+++ b/content/nostalgy.js
@@ -785,7 +785,11 @@ function NostalgySearchSelectAll(select) {
     else NostalgySelectLastMsg();
     SetFocusThreadPane();
   };
-  onSearchInput(true);
+  if (gSearchTimer) {
+    clearTimeout(gSearchTimer);
+    gSearchTimer = null;
+  }
+  gSearchTimer = setTimeout("onEnterInSearchBar();", 0);
   return true;
 }
 

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