summaryrefslogtreecommitdiff
path: root/setup.cpp
diff options
context:
space:
mode:
authorRolf Ahrenberg <Rolf.Ahrenberg@sci.fi>2011-02-10 13:15:36 +0200
committerDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2011-02-10 22:41:13 +0100
commit90058d27b8ab482ad383a723d6d4bec2b1f0e8b7 (patch)
treed6f4d99b969ce716c4095130602f29f31a903a54 /setup.cpp
parent36485b88308aef886c2b99f07d574e4962d1969b (diff)
downloadvdr-plugin-live-90058d27b8ab482ad383a723d6d4bec2b1f0e8b7.tar.gz
vdr-plugin-live-90058d27b8ab482ad383a723d6d4bec2b1f0e8b7.tar.bz2
Inverted the initialization value of 'Show duration in recordings'.
Diffstat (limited to 'setup.cpp')
-rw-r--r--setup.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cpp b/setup.cpp
index a8dfccd..3fda77c 100644
--- a/setup.cpp
+++ b/setup.cpp
@@ -42,7 +42,7 @@ Setup::Setup():
m_lastwhatsonlistmode("detail"),
m_lastsortingmode("nameasc"),
m_tntnetloglevel("WARN"),
- m_showRecDuration(1),
+ m_showRecDuration(0),
m_showLogo(1),
m_useAjax(1),
m_showInfoBox(1),