[Pkg-mozext-commits] [nostalgy] 36/235: *** empty log message ***
David Prévot
taffit at alioth.debian.org
Tue Oct 8 20:41:33 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 195715c742bd41d15258f06ac68d105cd92cd155
Author: frisch <frisch at 56b81dcf-5a2f-0410-9db0-014be2e416ff>
Date: Sun Sep 24 17:12:43 2006 +0000
*** empty log message ***
git-svn-id: http://nostalgy.googlecode.com/svn/trunk@36 56b81dcf-5a2f-0410-9db0-014be2e416ff
---
CHANGES | 3 +++
content/nostalgy.js | 5 ++++-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/CHANGES b/CHANGES
index 40d5878..b3e4ab4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+Since 0.1.8
+ - select a message when entering a folder with the G key
+
0.1.8
- bug fix: the M and I keys were incorrectly captured
diff --git a/content/nostalgy.js b/content/nostalgy.js
index 366d574..6f22f6d 100644
--- a/content/nostalgy.js
+++ b/content/nostalgy.js
@@ -275,7 +275,10 @@ function ShowFolder(folder) {
var folderTree = GetFolderTree();
var idx = NostalgyEnsureFolderIndex(folderTree.builderView, folder);
ChangeSelection(folderTree, idx);
- setTimeout(function() { SetFocusThreadPane(); }, 0);
+ setTimeout(function() { SetFocusThreadPane();
+ var s = GetThreadTree().view.selection;
+ if (s.count == 0) { s.select(s.currentIndex); }
+ }, 400);
}
function MoveToFolder(folder) {
--
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