mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-31 12:33:33 +02:00
Fix some more CPG breakage.
This commit is contained in:
@@ -105,7 +105,7 @@ var Download = Class("Download", {
|
||||
function action() {
|
||||
try {
|
||||
if (this.MIMEInfo && this.MIMEInfo.preferredAction == this.MIMEInfo.useHelperApp)
|
||||
this.MIMEInfo.launchWithFile(file);
|
||||
this.MIMEInfo.launchWithFile(file.file);
|
||||
else
|
||||
file.launch();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user