[Pkg-mozext-commits] [greasemonkey] 26/35: Update remoteScript.js

David Prévot taffit at moszumanska.debian.org
Wed May 20 02:43:39 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 d38916a44da08028a21ca1db98afd7d35e1aa240
Author: janekptacijarabaci <janekptacijarabaci at users.noreply.github.com>
Date:   Sat May 9 14:43:29 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 5e5a80b..f941998 100644
--- a/modules/remoteScript.js
+++ b/modules/remoteScript.js
@@ -526,7 +526,7 @@ RemoteScript.prototype._downloadDependencies = function(aCompletionCallback) {
   // get the dependency index.
   var dependency = this._dependencies[this._progressIndex - 1];
   var uri = GM_util.uriFromUrl(dependency.downloadURL);
-  var file = GM_util.getTempFile(this._tempDir, filenameFromUri(uri));
+  var file = GM_util.getTempFile(this._tempDir, filenameFromUri(uri, 'gm_script'));
   dependency.setFilename(file);
 
   function dependencyDownloadComplete(aChannel, aSuccess, aErrorMessage) {

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