[Pkg-mozext-commits] [wot] 21/226: Don't setup WSS as search by default

David Prévot taffit at moszumanska.debian.org
Fri May 1 00:35:30 UTC 2015


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

taffit pushed a commit to branch master
in repository wot.

commit eec845200d77e14cecd9e21cb9410ac3dd832c1f
Author: Sergey Andryukhin <sorgoz at yandex.com>
Date:   Tue May 15 10:47:21 2012 +0300

    Don't setup WSS as search by default
---
 content/config.js   | 4 ++--
 content/firstrun.js | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/content/config.js b/content/config.js
index 8b8a889..3f12d03 100644
--- a/content/config.js
+++ b/content/config.js
@@ -19,7 +19,7 @@
 */
 
 const WOT_PLATFORM = "firefox";
-const WOT_VERSION  = "20120409";
+const WOT_VERSION  = "20120515";
 
 /*
  * Constants
@@ -199,7 +199,7 @@ const WOT_SEARCH_TYPE_APP0		= 2;
 
 /* First run */
 const WOT_FIRSTRUN_WELCOME = 1;
-const WOT_FIRSTRUN_CURRENT = 3;
+const WOT_FIRSTRUN_CURRENT = 2;
 const WOT_UPDATE_PATH = "update/";
 
 
diff --git a/content/firstrun.js b/content/firstrun.js
index 73c3d55..43e9600 100644
--- a/content/firstrun.js
+++ b/content/firstrun.js
@@ -67,7 +67,7 @@ var wot_firstrun =
 				this.opentab(WOT_FIRSTRUN_CURRENT,
 					wot_url.getprefurl(partner, false, WOT_UPDATE_PATH));
 			} else {
-				wot_prefs.setBool("install_search", true);
+				//wot_prefs.setBool("install_search", true);
 			}
 		} catch (e) {
 			dump("wot_firstrun.load: failed with " + e + "\n");

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



More information about the Pkg-mozext-commits mailing list