From 45dec221d2e25d7cb80ca3ae6631cde0d8891f0d Mon Sep 17 00:00:00 2001 From: dynaflash Date: Tue, 27 Mar 2007 14:47:14 +0000 Subject: [PATCH] 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 --- macosx/Controller.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]; + } } -- 2.40.0