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

David Prévot taffit at moszumanska.debian.org
Tue Jun 14 15:24:39 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 b430ef5a76b50d0c9fffa22b461fc6bc9ffff8b8
Author: frisch <frisch at 56b81dcf-5a2f-0410-9db0-014be2e416ff>
Date:   Sun Sep 24 17:12:43 2006 +0000

    *** empty log message ***
---
 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