[Pkg-mozext-commits] [firexpath] 17/51: Change default evaluation mode to xpath so that current user don't get confused.
David Prévot
taffit at moszumanska.debian.org
Sun Mar 22 15:08:51 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository firexpath.
commit 3df5e85dab4fd9fbc606cb2f069e3dd6ce754efa
Author: pierre.tholence at gmail.com <pierre.tholence at gmail.com@dfa30af4-1965-11df-8728-136f2c2ca76e>
Date: Sun Sep 19 14:26:38 2010 +0000
Change default evaluation mode to xpath so that current user don't get confused.
git-svn-id: http://firepath.googlecode.com/svn/trunk@20 dfa30af4-1965-11df-8728-136f2c2ca76e
---
defaults/preferences/FirePathPref.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/defaults/preferences/FirePathPref.js b/defaults/preferences/FirePathPref.js
index c1e33e4..cde96a0 100644
--- a/defaults/preferences/FirePathPref.js
+++ b/defaults/preferences/FirePathPref.js
@@ -1,4 +1,4 @@
pref("extensions.firebug.firepath.showParentToolbar", false);
pref("extensions.firebug.firepath.generateAbsoluteXPath", false);
pref("extensions.firebug.firepath.showDOM", true);
-pref("extensions.firebug.firepath.evaluationMode", "css");
\ No newline at end of file
+pref("extensions.firebug.firepath.evaluationMode", "xpath");
\ No newline at end of file
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/firexpath.git
More information about the Pkg-mozext-commits
mailing list