summaryrefslogtreecommitdiff
path: root/displaychannel.c
diff options
context:
space:
mode:
Diffstat (limited to 'displaychannel.c')
-rw-r--r--displaychannel.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/displaychannel.c b/displaychannel.c
index 345e6d9..ad4aca3 100644
--- a/displaychannel.c
+++ b/displaychannel.c
@@ -691,7 +691,8 @@ void cNopacityDisplayChannel::SetEvents(const cEvent *Present, const cEvent *Fol
int remaining = (int)(e->EndTime() - time(NULL))/60;
strSeen = cString::sprintf("-%d/%dmin", remaining, e->Duration()/60);
}
- DrawPoster(e);
+ if (config.displayPoster)
+ DrawPoster(e);
} else {
strSeen = cString::sprintf("%dmin", e->Duration()/60);
}