From 95089f01515fc339a3cd6254c93e620bab701d37 Mon Sep 17 00:00:00 2001 From: ritsuka Date: Thu, 23 Oct 2014 08:34:55 +0000 Subject: MacGui: fixed another numbers of warnings. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6458 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- macosx/Controller.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macosx/Controller.m') diff --git a/macosx/Controller.m b/macosx/Controller.m index 0fed3077e..f1b221ab5 100644 --- a/macosx/Controller.m +++ b/macosx/Controller.m @@ -2816,7 +2816,7 @@ fWorkingCount = 0; [fSrcChapterEndPopUp selectItemAtIndex: [[queueToApply objectForKey:@"ChapterEnd"] intValue] - 1]; /* File Format */ - [fDstFormatPopUp selectItemWithTag:queueToApply[@"JobFileFormatMux"]]; + [fDstFormatPopUp selectItemWithTag:[queueToApply[@"JobFileFormatMux"] integerValue]]; [self formatPopUpChanged:nil]; /* Chapter Markers*/ -- cgit v1.2.3