[Pkg-mozext-commits] [automatic-save-folder] 18/133: Fix : Forgot a line on the last revision. Other : Add-on tested on all Firefox version from 2.0 to 3.7a1pre, all are working fine on my side :)
David Prévot
taffit at moszumanska.debian.org
Mon Apr 27 20:33:48 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch wip
in repository automatic-save-folder.
commit f0538038f817450feaf7104d1cc54ca23da0d7a2
Author: Cyan <Cyan at d0063192-6b2e-11de-89a9-0b20f3e2dceb>
Date: Wed Oct 7 16:43:15 2009 +0000
Fix : Forgot a line on the last revision.
Other : Add-on tested on all Firefox version from 2.0 to 3.7a1pre, all are working fine on my side :)
git-svn-id: http://automatic-save-folder.googlecode.com/svn/trunk@18 d0063192-6b2e-11de-89a9-0b20f3e2dceb
---
content/asf_download.js | 1 +
1 file changed, 1 insertion(+)
diff --git a/content/asf_download.js b/content/asf_download.js
index 0ff0bc0..5e8783b 100644
--- a/content/asf_download.js
+++ b/content/asf_download.js
@@ -72,6 +72,7 @@ Copyright (C) 2007-2009 Eric Cassar (Cyan).
var tempdomain = ASF.loadUnicodeString("extensions.asf.tempdomain");
var variable_mode = prefManager.getBoolPref("extensions.asf.variablemode");
var dialogaccept = prefManager.getBoolPref("extensions.asf.dialogaccept");
+ var use_currentURL = prefManager.getBoolPref("extensions.asf.usecurrenturl");
// If variable/Advanced mode is ON, let's check the variables and replace to create the new defaultfolder
if (variable_mode == true)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/automatic-save-folder.git
More information about the Pkg-mozext-commits
mailing list