[Pkg-mozext-commits] [greasemonkey] 05/21: Update remoteScript.js

David Prévot taffit at moszumanska.debian.org
Sun Sep 13 21:27:15 UTC 2015


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

taffit pushed a commit to branch master
in repository greasemonkey.

commit fc919e9b55e57c5b07cd24e4006d896c9181baf9
Author: janekptacijarabaci <janekptacijarabaci at users.noreply.github.com>
Date:   Sun May 31 18:21:12 2015 +0200

    Update remoteScript.js
---
 modules/remoteScript.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/remoteScript.js b/modules/remoteScript.js
index 628629b..a47f510 100644
--- a/modules/remoteScript.js
+++ b/modules/remoteScript.js
@@ -477,7 +477,7 @@ RemoteScript.prototype.showSource = function(aTabBrowser) {
       'accessKey': stringBundleBrowser.GetStringFromName('greeting.btnAccess'),
       'popup': null,
       'callback': GM_util.hitch(this, function() {
-        GM_util.showInstallDialog(this, aTabBrowser, GM_util.getService());
+        GM_util.showInstallDialog(this, aTabBrowser);
         // Skip the cleanup handler, as the downloaded files are used in the
         // installation process.
         tab.removeEventListener("TabClose", cleanup, 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