From 9e6f92e062a64ed46e96e0078168aa661b77aef7 Mon Sep 17 00:00:00 2001 From: ritsuka Date: Wed, 3 Dec 2014 19:54:32 +0000 Subject: [PATCH] MacGui: set the fTitle to NULL before performing a scan. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6579 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- macosx/Controller.m | 2 ++ 1 file changed, 2 insertions(+) diff --git a/macosx/Controller.m b/macosx/Controller.m index 23c60c863..caf3fcd25 100644 --- a/macosx/Controller.m +++ b/macosx/Controller.m @@ -1459,7 +1459,9 @@ NSString *dragDropFiles = @"dragDropFiles"; } // Notify anyone interested (audio/subtitles/chapters controller) that there's no title + fTitle = NULL; [fPictureController setTitle:NULL]; + [[NSNotificationCenter defaultCenter] postNotification: [NSNotification notificationWithName: HBTitleChangedNotification object: self -- 2.40.0