[Pkg-mozext-commits] [nostalgy] 148/252:

David Prévot taffit at moszumanska.debian.org
Tue Jun 14 15:24:50 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 a08879d875d6e05c5757695f6907ab0e1388a7c7
Author: frisch <frisch at 56b81dcf-5a2f-0410-9db0-014be2e416ff>
Date:   Wed Mar 18 21:26:06 2009 +0000
---
 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