fixed display of channel separators

This commit is contained in:
louis 2015-05-31 06:41:40 +02:00
parent dac7b9e092
commit 52e309d589
2 changed files with 2 additions and 1 deletions

View File

@ -347,4 +347,5 @@ Version 0.4.8
Version 0.5.0
- fixed display of channel separators

View File

@ -388,7 +388,7 @@ void cDisplayMenuItemSchedulesView::SetTokens(void) {
} else {
stringTokens.insert(pair<string,string>("title", event->Title() ? ParseSeparator(event->Title()) : ""));
}
} else {
} else if (!channel) {
stringTokens.insert(pair<string,string>("title", dayseparator));
}
if (channel) {