[Pkg-mozext-commits] [greasemonkey] 01/07: Enable Sync support by default.

David Prévot taffit at moszumanska.debian.org
Fri May 2 02:47:26 UTC 2014


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

taffit pushed a commit to branch master
in repository greasemonkey.

commit f6908e8acb8c3f89a44d6a2deaf7b70dd8f73b25
Author: Anthony Lieuallen <arantius at gmail.com>
Date:   Wed Apr 30 10:11:54 2014 -0400

    Enable Sync support by default.
    
    Fixes #1857
---
 content/options.xul                  | 4 ----
 defaults/preferences/greasemonkey.js | 2 +-
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/content/options.xul b/content/options.xul
index c5405c7..96f2709 100644
--- a/content/options.xul
+++ b/content/options.xul
@@ -30,10 +30,6 @@
     <caption label="&prefWindow.titleWin;" />
     <checkbox id="secure-update" label="&RequireSecureUpdates;" />
     <checkbox id="submit-stats" label="&SubmitStats;" />
-  </groupbox>
-
-  <groupbox>
-    <caption label="&options.experimental;" />
     <checkbox id="check-sync" label="&EnableFirefoxSync;" />
   </groupbox>
 
diff --git a/defaults/preferences/greasemonkey.js b/defaults/preferences/greasemonkey.js
index aa0f742..95a1d85 100644
--- a/defaults/preferences/greasemonkey.js
+++ b/defaults/preferences/greasemonkey.js
@@ -17,7 +17,7 @@ pref("extensions.greasemonkey.stats.lastsubmittime", "Thu, 01 Jan 1970 00:00:00
 pref("extensions.greasemonkey.stats.optedin", false);
 pref("extensions.greasemonkey.stats.prompted", false);
 pref("extensions.greasemonkey.stats.url", "https://stats.greasespot.net/submit/");
-pref("extensions.greasemonkey.sync.enabled", false);
+pref("extensions.greasemonkey.sync.enabled", true);
 pref("extensions.greasemonkey.sync.values", false);
 pref("extensions.greasemonkey.sync.values_max_size_per_script", 65536);
 pref("extensions.greasemonkey.unmhtIsGreaseable", false);

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



More information about the Pkg-mozext-commits mailing list