From 90058d27b8ab482ad383a723d6d4bec2b1f0e8b7 Mon Sep 17 00:00:00 2001 From: Rolf Ahrenberg Date: Thu, 10 Feb 2011 13:15:36 +0200 Subject: Inverted the initialization value of 'Show duration in recordings'. --- setup.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.cpp') 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), -- cgit v1.2.3