diff options
-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 |