[Pkg-mozext-commits] [firetray] 326/399: fix hidePrefPane()

David Prévot taffit at alioth.debian.org
Tue Oct 29 18:24:07 UTC 2013


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch dfsg-clean
in repository firetray.

commit e312714c7330bd265df8b5100f658e30e9c8e3aa
Author: foudfou <foudil.newbie+git at gmail.com>
Date:   Fri Nov 16 17:38:20 2012 +0100

    fix hidePrefPane()
---
 src/chrome/content/options.js |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/chrome/content/options.js b/src/chrome/content/options.js
index bbc09e8..cbd57a4 100644
--- a/src/chrome/content/options.js
+++ b/src/chrome/content/options.js
@@ -71,7 +71,7 @@ var firetrayUIOptions = {
       this._prefwindow = document.getElementById("firetray-preferences");
     let radio = document.getAnonymousElementByAttribute(this._prefwindow, "pane", name);
     if (radio.selected)
-      prefwindow.showPane(document.getElementById(PREF_DEFAULT_PANE));
+      _prefwindow.showPane(document.getElementById(PREF_DEFAULT_PANE));
     radio.hidden = true;
   },
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/firetray.git



More information about the Pkg-mozext-commits mailing list