[Pkg-mozext-commits] [nostalgy] 217/235: Fix scrolling message with Ctrl Up/Down.

David Prévot taffit at alioth.debian.org
Tue Oct 8 20:42:31 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 4c12a1105a1844a9251ab1315dd60e5ec0fac53a
Author: alain.frisch at gmail.com <alain.frisch at gmail.com@56b81dcf-5a2f-0410-9db0-014be2e416ff>
Date:   Wed Mar 14 12:10:50 2012 +0000

    Fix scrolling message with Ctrl Up/Down.
    
    git-svn-id: http://nostalgy.googlecode.com/svn/trunk@217 56b81dcf-5a2f-0410-9db0-014be2e416ff
---
 CHANGES             |    3 +++
 content/nostalgy.js |    2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/CHANGES b/CHANGES
index 404df6b..3cc8759 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+0.2.30
+  - Fix scrolling messages with Ctrl Up/Down.
+
 0.2.29
   - Fixes for TB 12.
   - Remove the broken 'Send rules by email' features, replace it with 
diff --git a/content/nostalgy.js b/content/nostalgy.js
index 32c9f1c..b1b1f95 100644
--- a/content/nostalgy.js
+++ b/content/nostalgy.js
@@ -620,7 +620,7 @@ function NostalgySuggested(cmd) {
 var NostalgyLastEscapeTimeStamp = 0;
 
 function NostalgyIsThreadPaneFocused() {
-  return (WhichPaneHasFocus() == GetThreadTree());
+  return (gFolderDisplay.focusedPane == GetThreadTree());
 }
 
 function NostalgyScrollMsg(d) {

-- 
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