[Pkg-mozext-commits] [greasemonkey] 04/26: Minor fix - throws an warning in the Browser Console (update)
David Prévot
taffit at moszumanska.debian.org
Thu Feb 25 02:27:38 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 83e41ebb7be0e8b8c6f956a0708d41eae98ef369
Author: janekptacijarabaci <janekptacijarabaci at seznam.cz>
Date: Sat Jan 16 11:00:43 2016 +0100
Minor fix - throws an warning in the Browser Console (update)
---
modules/addons4.js | 1 +
1 file changed, 1 insertion(+)
diff --git a/modules/addons4.js b/modules/addons4.js
index 63f42b0..fbabc0e 100755
--- a/modules/addons4.js
+++ b/modules/addons4.js
@@ -312,6 +312,7 @@ ScriptInstall.prototype.install = function() {
}
this.state = AddonManager.STATE_INSTALLING;
+ this.addon = ScriptAddonFactoryByScript(rs.script);
AddonManagerPrivate.callInstallListeners(
'onInstallStarted', this._listeners, this);
--
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