summaryrefslogtreecommitdiffstats
path: root/macosx/Controller.mm
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/Controller.mm')
-rw-r--r--macosx/Controller.mm4
1 files changed, 4 insertions, 0 deletions
diff --git a/macosx/Controller.mm b/macosx/Controller.mm
index 76a40e677..5b0e2c207 100644
--- a/macosx/Controller.mm
+++ b/macosx/Controller.mm
@@ -1295,6 +1295,10 @@ static NSString * ChooseSourceIdentifier = @"Choose Source It
/* We display a message if a valid dvd source was not chosen */
[fSrcDVD2Field setStringValue: @"No Valid Source Found"];
SuccessfulScan = NO;
+
+ // Notify ChapterTitles that there's no title
+ [fChapterTitlesDelegate resetWithTitle:nil];
+ [fChapterTable reloadData];
}
else
{