[Pkg-mozext-commits] [firetray] 248/399: nsIPrefBranch2 to be removed

David Prévot taffit at alioth.debian.org
Tue Oct 29 18:23:52 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 701796855f1d3d350f019181ecc93b0b0ac1424e
Author: foudfou <foudil.newbie+git at gmail.com>
Date:   Mon May 14 12:07:27 2012 +0200

    nsIPrefBranch2 to be removed
---
 src/modules/PrefListener.jsm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/modules/PrefListener.jsm b/src/modules/PrefListener.jsm
index 670ee68..93b0931 100644
--- a/src/modules/PrefListener.jsm
+++ b/src/modules/PrefListener.jsm
@@ -21,7 +21,7 @@ function PrefListener(branch_name, callback) {
   var prefService = Components.classes["@mozilla.org/preferences-service;1"]
         .getService(Components.interfaces.nsIPrefService);
   this._branch = prefService.getBranch(branch_name);
-  this._branch.QueryInterface(Components.interfaces.nsIPrefBranch2);
+  this._branch.QueryInterface(Components.interfaces.nsIPrefBranch2); // FIXME: deprecated in Gecko 13.0
   this._callback = callback;
 }
 

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