[Pkg-mozext-commits] [nostalgy] 149/235: git-svn-id: http://nostalgy.googlecode.com/svn/trunk at 149 56b81dcf-5a2f-0410-9db0-014be2e416ff

David Prévot taffit at alioth.debian.org
Tue Oct 8 20:42:09 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 9b8d2b30e645289cc7a066e07b70fdc50b62c752
Author: frisch <frisch at 56b81dcf-5a2f-0410-9db0-014be2e416ff>
Date:   Wed Mar 18 21:26:06 2009 +0000

    git-svn-id: http://nostalgy.googlecode.com/svn/trunk@149 56b81dcf-5a2f-0410-9db0-014be2e416ff
---
 CHANGES               |    2 +-
 content/edit_prefs.js |    2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/CHANGES b/CHANGES
index 6484508..750f487 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,6 @@
 Since 0.2.16
   - fix bugs with TB 3
-  - allow it to run with TB 3.0b1
+  - allow it to run with TB 3.0b3
   - new completion mode "Match only the prefix of folder path or name, not any substring" (patch from Laurent Regnier)
   - fix bug when cancelling the creation of an empty tag
 
diff --git a/content/edit_prefs.js b/content/edit_prefs.js
index 6f44318..cb384eb 100644
--- a/content/edit_prefs.js
+++ b/content/edit_prefs.js
@@ -136,6 +136,8 @@ function CreateItem(rule) {
   SetItem(item,rule);
   gList.appendChild(item);
   gList.selectedItem = item;
+  NostalgyDebug("Visible Rows: " + gList.getNumberOfVisibleRows());
+  NostalgyDebug("Row Count: " + gList.getRowCount());
 }
 
 

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