summaryrefslogtreecommitdiff
path: root/setup.c
diff options
context:
space:
mode:
authorJoachim Wilke <vdr@joachim-wilke.de>2008-03-08 00:00:00 +0100
committerJoachim Wilke <vdr@joachim-wilke.de>2008-03-08 00:00:00 +0100
commitb2f99dd7bbb5cd76db0243b59e14852b37db8a38 (patch)
treee960e33be372f3adbf6e2f663093d122d6fd4361 /setup.c
parent267f42f0507a5bbf915deab1bef69dc7e470e9da (diff)
downloadvdr-plugin-lcdproc-b2f99dd7bbb5cd76db0243b59e14852b37db8a38.tar.gz
vdr-plugin-lcdproc-b2f99dd7bbb5cd76db0243b59e14852b37db8a38.tar.bz2
Diffstat (limited to 'setup.c')
-rw-r--r--setup.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.c b/setup.c
index be6c35c..7cc9e0f 100644
--- a/setup.c
+++ b/setup.c
@@ -20,5 +20,6 @@ cLcdSetup::cLcdSetup(void)
for (int i = 0; i < LCDMAXOUTPUTS; i++)
OutputFunction[i] = 0;
RecordingStatus = 0;
+ ShowTime = 1;
}