summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-01-22 14:49:54 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2006-01-22 14:49:54 +0100
commit89af89af10f4b85d985574914a15bb68d3459620 (patch)
tree5c1a26ff3f9ab28b4d59ce8ff5a6689979029327
parent9443b6999e3ae9f716b527bdc3fd04c9348b5df4 (diff)
downloadvdr-89af89af10f4b85d985574914a15bb68d3459620.tar.gz
vdr-89af89af10f4b85d985574914a15bb68d3459620.tar.bz2
Re-inserted initial lastTime.Set() calls
-rw-r--r--menu.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/menu.c b/menu.c
index 3eb9f829..15955704 100644
--- a/menu.c
+++ b/menu.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: menu.c 1.401 2006/01/22 14:30:00 kls Exp $
+ * $Id: menu.c 1.402 2006/01/22 14:49:54 kls Exp $
*/
#include "menu.h"
@@ -3016,6 +3016,7 @@ cDisplayChannel::cDisplayChannel(int Number, bool Switched)
DisplayInfo();
displayChannel->Flush();
}
+ lastTime.Set();
}
cDisplayChannel::cDisplayChannel(eKeys FirstKey)
@@ -3026,6 +3027,7 @@ cDisplayChannel::cDisplayChannel(eKeys FirstKey)
number = 0;
timeout = true;
lastPresent = lastFollowing = NULL;
+ lastTime.Set();
withInfo = Setup.ShowInfoOnChSwitch;
displayChannel = Skins.Current()->DisplayChannel(withInfo);
channel = Channels.GetByNumber(cDevice::CurrentChannel());