summaryrefslogtreecommitdiff
path: root/detailview.c
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2015-03-15 18:22:53 +0100
committerlouis <louis.braun@gmx.de>2015-03-15 18:22:53 +0100
commit5328a7dd9ae0b3d462fb7848668ffc5bd0c38354 (patch)
tree46d885dfa720375133c3861932061a79397182ea /detailview.c
parent108d8e57849f43f7728fd748a3162abba7b95c9a (diff)
downloadvdr-plugin-tvguideng-5328a7dd9ae0b3d462fb7848668ffc5bd0c38354.tar.gz
vdr-plugin-tvguideng-5328a7dd9ae0b3d462fb7848668ffc5bd0c38354.tar.bz2
clearing watch
Diffstat (limited to 'detailview.c')
-rw-r--r--detailview.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/detailview.c b/detailview.c
index 72c4eb6..8292eb7 100644
--- a/detailview.c
+++ b/detailview.c
@@ -261,6 +261,7 @@ bool cDetailView::DrawTime(void) {
int hour = now->tm_hour;
int hourMinutes = hour%12 * 5 + min / 12;
+ watch->Clear();
watch->ClearTokens();
watch->AddIntToken("sec", sec);
watch->AddIntToken("min", min);