diff options
author | ritsuka <[email protected]> | 2014-12-03 19:54:32 +0000 |
---|---|---|
committer | ritsuka <[email protected]> | 2014-12-03 19:54:32 +0000 |
commit | 9e6f92e062a64ed46e96e0078168aa661b77aef7 (patch) | |
tree | 2bbc980fb166d4fea025c91b0b4a06ee6204c9da /macosx/Controller.m | |
parent | 7e2bbec65b9cfc5e288376002e739b7151dae8f6 (diff) |
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
Diffstat (limited to 'macosx/Controller.m')
-rw-r--r-- | macosx/Controller.m | 2 |
1 files changed, 2 insertions, 0 deletions
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 |