From: dynaflash Date: Tue, 27 Mar 2007 14:47:14 +0000 (+0000) Subject: MacGui: re-fix bug where changing the destination field would reset the settings... X-Git-Tag: 0.8.5-beta.1~87 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=45dec221d2e25d7cb80ca3ae6631cde0d8891f0d;p=handbrake 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 --- 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]; + } }