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

David Prévot taffit at moszumanska.debian.org
Tue Jun 14 15:25:00 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 12902067d6016b160b40cc12621829056caea254
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.
---
 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