[Pkg-mozext-commits] [nostalgy] 121/235: *** empty log message ***
David Prévot
taffit at alioth.debian.org
Tue Oct 8 20:42:00 UTC 2013
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository nostalgy.
commit 8d78f29d8580adb1b023cb30c9ceeefd9c65dded
Author: frisch <frisch at 56b81dcf-5a2f-0410-9db0-014be2e416ff>
Date: Sat Jun 16 07:54:02 2007 +0000
*** empty log message ***
git-svn-id: http://nostalgy.googlecode.com/svn/trunk@121 56b81dcf-5a2f-0410-9db0-014be2e416ff
---
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