summaryrefslogtreecommitdiff
path: root/tvguideosd.c
diff options
context:
space:
mode:
authorkamel5 <vdr.kamel5 (at) gmx (dot) net>2019-11-10 17:13:43 +0100
committerkamel5 <vdr.kamel5 (at) gmx (dot) net>2022-06-18 17:03:15 +0200
commit00ea3fb5ffc0be40ea0bd90fb41aaa07cd0a301c (patch)
tree4c5b0deca9414d362542f83266fdfca44a051968 /tvguideosd.c
parent93af9304c8d798e71f86fc5166cc4d323ed0f9f6 (diff)
downloadvdr-plugin-tvguide-00ea3fb5ffc0be40ea0bd90fb41aaa07cd0a301c.tar.gz
vdr-plugin-tvguide-00ea3fb5ffc0be40ea0bd90fb41aaa07cd0a301c.tar.bz2
Rename isDummy() to IsDummy()
Diffstat (limited to 'tvguideosd.c')
-rw-r--r--tvguideosd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tvguideosd.c b/tvguideosd.c
index 20f9f83..952a5e5 100644
--- a/tvguideosd.c
+++ b/tvguideosd.c
@@ -468,7 +468,7 @@ void cTvGuideOsd::processKeyRight() {
}
void cTvGuideOsd::processKeyRed() {
- if ((activeGrid == NULL) || activeGrid->isDummy())
+ if ((activeGrid == NULL) || activeGrid->IsDummy())
return;
recMenuView->Start(activeGrid->GetEvent());
}
@@ -613,7 +613,7 @@ eOSState cTvGuideOsd::ChannelSwitch(bool *alreadyUnlocked) {
}
void cTvGuideOsd::DetailedEPG() {
- if (!activeGrid->isDummy()) {
+ if (!activeGrid->IsDummy()) {
detailViewActive = true;
detailView = new cDetailView(activeGrid->GetEvent(), footer);
footer->SetDetailedViewMode();