[Pkg-mozext-commits] [firebug] 02/15: Correct the name of the preference- related to Issue 7679.

David Prévot taffit at moszumanska.debian.org
Sat Dec 13 20:08:27 UTC 2014


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

taffit pushed a commit to branch master
in repository firebug.

commit 6ee4f61a86dd4a25143cab6b969ba78748e4f9a1
Author: Farshid Beheshti <farshid.beheshti at gmail.com>
Date:   Tue Oct 14 11:50:16 2014 +0330

    Correct the name of the preference- related to Issue 7679.
---
 extension/content/firebug/editor/sourceEditor.js | 3 +--
 extension/defaults/preferences/firebug.js        | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/extension/content/firebug/editor/sourceEditor.js b/extension/content/firebug/editor/sourceEditor.js
index ba04a99..d4143dc 100644
--- a/extension/content/firebug/editor/sourceEditor.js
+++ b/extension/content/firebug/editor/sourceEditor.js
@@ -448,8 +448,7 @@ SourceEditor.prototype =
         text = text || "";
         this.editorObject.setValue(text);
 
-        // See issue #7679.
-        if(Options.get("enableSyntaxHighlight"))
+        if(Options.get("enableSyntaxHighlighting"))
         {
             Dom.addScriptAsync(this.parentNode.ownerDocument,
                 mode.src,
diff --git a/extension/defaults/preferences/firebug.js b/extension/defaults/preferences/firebug.js
index 25ba2fa..9f66bb5 100644
--- a/extension/defaults/preferences/firebug.js
+++ b/extension/defaults/preferences/firebug.js
@@ -108,7 +108,7 @@ pref("extensions.firebug.filterSystemURLs", true);
 pref("extensions.firebug.maxScriptLineLength", 10000);
 pref("extensions.firebug.breakOnExceptions", false);
 pref("extensions.firebug.ignoreCaughtExceptions", false);
-pref("extensions.firebug.enableSyntaxHighlight", true);
+pref("extensions.firebug.enableSyntaxHighlighting", true);
 
 // Stack
 pref("extensions.firebug.omitObjectPathStack", false);

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



More information about the Pkg-mozext-commits mailing list