Skip to content

Commit

Permalink
Quick patch for Firefox 18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YungSang committed Jan 11, 2013
1 parent baa700d commit 7cae3b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xpi/chrome/content/library/01_utility.js
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ function download(sourceURL, targetFile, useManger){
p.PERSIST_FLAGS_FROM_CACHE |
p.PERSIST_FLAGS_REPLACE_EXISTING_FILES |
p.PERSIST_FLAGS_AUTODETECT_APPLY_CONVERSION;
p.saveURI(sourceURI, null, null, null, null, targetURI);
p.saveURI(sourceURI, null, null, null, null, targetURI, null);

return d;
}
Expand Down

0 comments on commit 7cae3b3

Please sign in to comment.