[Pkg-mozext-commits] [perspectives-extension] 05/22: Pers_notify - Fix 'Learn More' button

David Prévot taffit at moszumanska.debian.org
Wed Feb 26 22:23:48 UTC 2014


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

taffit pushed a commit to branch debian
in repository perspectives-extension.

commit b5d83cb61caafd0402f3984707d08f2a5183bc63
Author: Dave Schaefer <dave.schaefer at gmail.com>
Date:   Wed Feb 5 23:06:58 2014 -0700

    Pers_notify - Fix 'Learn More' button
    
    Thanks to Perspectives user Jens for reporting this.
---
 plugin/chrome/content/notify.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugin/chrome/content/notify.js b/plugin/chrome/content/notify.js
index 3a3dc10..c342b5e 100644
--- a/plugin/chrome/content/notify.js
+++ b/plugin/chrome/content/notify.js
@@ -180,7 +180,7 @@ var Pers_notify = {
 				label: Perspectives.strbundle.getString("learnMore"),
 				accessKey : "", 
 				callback: function() {
-					b.loadOneTab("chrome://perspectives/content/help.xhtml",
+					ti.browser.loadOneTab("chrome://perspectives/content/help.xhtml",
 								 null, null, null, false);
 				} 
 			}

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



More information about the Pkg-mozext-commits mailing list