summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
authordynaflash <[email protected]>2007-03-27 14:47:14 +0000
committerdynaflash <[email protected]>2007-03-27 14:47:14 +0000
commit45dec221d2e25d7cb80ca3ae6631cde0d8891f0d (patch)
tree38fbc45047fd42dab4d3ff9b459fe5a6a8ccd78d /macosx
parenta7c616dbf0aa3a4d55f0f2ea0de6f0170b547e0a (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.mm2
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];
+
}
}