[Pkg-mozext-commits] [nostalgy] 151/252: avoid XUL bug that prevents rule selection to be highlighted in the preference dialog

David Prévot taffit at moszumanska.debian.org
Tue Jun 14 15:24:51 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 89f2ed783a25eab008316235515f924ddb3ccafa
Author: frisch <frisch at 56b81dcf-5a2f-0410-9db0-014be2e416ff>
Date:   Wed Apr 22 21:54:41 2009 +0000

    avoid XUL bug that prevents rule selection to be highlighted in the
        preference dialog
---
 CHANGES               | 2 ++
 content/edit_prefs.js | 1 -
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/CHANGES b/CHANGES
index 750f487..38b0765 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,6 +3,8 @@ Since 0.2.16
   - 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
+  - avoid XUL bug that prevents rule selection to be highlighted in the
+    preference dialog
 
 0.2.16
   - allow it to run with TB 3.0
diff --git a/content/edit_prefs.js b/content/edit_prefs.js
index 6f44318..f4488f8 100644
--- a/content/edit_prefs.js
+++ b/content/edit_prefs.js
@@ -135,7 +135,6 @@ function CreateItem(rule) {
 
   SetItem(item,rule);
   gList.appendChild(item);
-  gList.selectedItem = item;
 }
 
 

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