Bug 572441 - HelperApp not opened correctly [r=blassey]

This commit is contained in:
Wolfgang Rosenauer 2010-08-26 22:05:32 -04:00
parent 0609c2f943
commit ba328cb0b1

View File

@ -95,6 +95,7 @@ HelperAppLauncherDialog.prototype = {
aLauncher.saveToDisk(null, false);
}
else if (choice == 1) {
aLauncher.MIMEInfo.preferredAction = Ci.nsIMIMEInfo.useSystemDefault;
aLauncher.launchWithApplication(null, false);
}
else {