[Pkg-mozext-commits] [greasemonkey] 15/26: User-specified include/exclude rules require Firefox restart to take effect

David Prévot taffit at moszumanska.debian.org
Thu Feb 25 02:27:40 UTC 2016


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

taffit pushed a commit to branch master
in repository greasemonkey.

commit 32ab742c84067474be6c6cfee3fff1cb72f60769
Author: janekptacijarabaci <janekptacijarabaci at seznam.cz>
Date:   Wed Feb 3 09:17:12 2016 +0100

    User-specified include/exclude rules require Firefox restart to take effect
---
 components/greasemonkey.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/greasemonkey.js b/components/greasemonkey.js
index 8b1aecf..df7f64f 100644
--- a/components/greasemonkey.js
+++ b/components/greasemonkey.js
@@ -91,7 +91,7 @@ function startup(aService) {
 
   // Beam down on updates.
   aService.config.addObserver({notifyEvent: function(script, event, data) {
-    if (["modified", "install", "move", "edit-enabled", "uninstall"]
+    if (["modified", "install", "move", "edit-enabled", "uninstall", "cludes"]
         .some(function(e) {return e == event;})
       ) {
         aService.broadcastScriptUpdates();

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