diff options
author | ritsuka <[email protected]> | 2015-01-31 07:32:00 +0000 |
---|---|---|
committer | ritsuka <[email protected]> | 2015-01-31 07:32:00 +0000 |
commit | f30872bdcb2f5a97eddfbb3ea9e06d952cf29042 (patch) | |
tree | 43dd06ea2fe51b78eba4a398317811700cba11c8 /macosx/HBController.m | |
parent | 652858987e87aedf12a6197976ffdf4b9ca40d88 (diff) |
MacGui: do not apply the same preset to a job two times.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6838 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBController.m')
-rw-r--r-- | macosx/HBController.m | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/macosx/HBController.m b/macosx/HBController.m index df36adc14..24969c0dd 100644 --- a/macosx/HBController.m +++ b/macosx/HBController.m @@ -864,10 +864,6 @@ else { self.job = [[[HBJob alloc] initWithTitle:title andPreset:self.selectedPreset] autorelease]; - - // apply the current preset - [self applyPreset:self.selectedPreset]; - self.job.destURL = [self destURLForJob:self.job]; } |