[Pkg-mozext-commits] [wot] 70/226: Fixed minor bug with not clearing time of last search_rules update

David Prévot taffit at moszumanska.debian.org
Fri May 1 00:35:35 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 6eef91717917406fc0cbca223f0227c767c51ce3
Author: Sergey Andryukhin <sorgoz at yandex.com>
Date:   Mon Jan 7 16:51:27 2013 +0200

    Fixed minor bug with not clearing time of last search_rules update
---
 content/core.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/content/core.js b/content/core.js
index 4ce5268..e183677 100644
--- a/content/core.js
+++ b/content/core.js
@@ -733,6 +733,7 @@ var wot_core =
 	clean_search_rules: function () {
 		// removes search rules from preferences
 		wot_prefs.deleteBranch(WOT_SEARCH);
+		wot_prefs.clear("update_checked");
 	},
 
 	clean_profile_dir: function () {

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