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

David Prévot taffit at moszumanska.debian.org
Tue Jun 14 15:24:46 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 5660f71948139132ef84d68d58a61dcc921e397e
Author: frisch <frisch at 56b81dcf-5a2f-0410-9db0-014be2e416ff>
Date:   Wed May 30 15:51:48 2007 +0000

    *** empty log message ***
---
 content/nostalgy.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/content/nostalgy.js b/content/nostalgy.js
index 22da189..c29db35 100644
--- a/content/nostalgy.js
+++ b/content/nostalgy.js
@@ -205,7 +205,8 @@ function NostalgySelectMessageByNavigationType(type)
   if ((resultId.value != nsMsgKey_None) && 
       (resultIndex.value != nsMsgKey_None)) {
     // gDBView.selection.currentIndex = resultIndex.value;
-    gDBView.selectMsgByKey(resultId.value);
+    gDBView.selection.timedSelect(resultIndex.value, 500);
+    //gDBView.selectMsgByKey(resultId.value);
   }
 }
 

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