summaryrefslogtreecommitdiffstats
path: root/macosx/Controller.m
diff options
context:
space:
mode:
authorritsuka <[email protected]>2014-12-03 19:54:32 +0000
committerritsuka <[email protected]>2014-12-03 19:54:32 +0000
commit9e6f92e062a64ed46e96e0078168aa661b77aef7 (patch)
tree2bbc980fb166d4fea025c91b0b4a06ee6204c9da /macosx/Controller.m
parent7e2bbec65b9cfc5e288376002e739b7151dae8f6 (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.m2
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