[Pkg-mozext-commits] [nostalgy] 146/235: Do not select a message when going to some folder.

David Prévot taffit at alioth.debian.org
Tue Oct 8 20:42:08 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 cfed55018ed23264a3a42477d296f2a967f66dda
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.
    
    git-svn-id: http://nostalgy.googlecode.com/svn/trunk@146 56b81dcf-5a2f-0410-9db0-014be2e416ff
---
 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