diff options
author | dynaflash <[email protected]> | 2007-03-27 14:47:14 +0000 |
---|---|---|
committer | dynaflash <[email protected]> | 2007-03-27 14:47:14 +0000 |
commit | 45dec221d2e25d7cb80ca3ae6631cde0d8891f0d (patch) | |
tree | 38fbc45047fd42dab4d3ff9b459fe5a6a8ccd78d /macosx | |
parent | a7c616dbf0aa3a4d55f0f2ea0de6f0170b547e0a (diff) |
MacGui: re-fix bug where changing the destination field would reset the settings to default
- this bug was unintentionally re-introduced in an earlier svn rev
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@457 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/Controller.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/Controller.mm b/macosx/Controller.mm index ce92bd5c4..717303ebf 100644 --- a/macosx/Controller.mm +++ b/macosx/Controller.mm @@ -682,7 +682,7 @@ if ([[NSUserDefaults standardUserDefaults] boolForKey:@"DefaultPresetsDrawerShow if( returnCode == NSOKButton ) { [fDstFile2Field setStringValue: [sheet filename]]; - [self FormatPopUpChanged: NULL]; + } } |