[Pkg-mozext-commits] [nostalgy] 145/252: Do not select a message when going to some folder.
David Prévot
taffit at moszumanska.debian.org
Tue Jun 14 15:24:50 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 e6211fb111f9cbd067aa7b24b1a2e147fc163632
Author: frisch <frisch at 56b81dcf-5a2f-0410-9db0-014be2e416ff>
Date: Sun Dec 14 14:11:05 2008 +0000
Do not select a message when going to some folder.
---
content/nostalgy.js | 2 --
1 file changed, 2 deletions(-)
diff --git a/content/nostalgy.js b/content/nostalgy.js
index d74df88..21041be 100644
--- a/content/nostalgy.js
+++ b/content/nostalgy.js
@@ -651,8 +651,6 @@ function NostalgyShowFolder(folder) {
}
setTimeout(function() {
SetFocusThreadPane();
- var s = GetThreadTree().view.selection;
- if (s.count == 0) { s.select(s.currentIndex); }
}, 400);
if (search != "") {
input.focus();
--
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