diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2002-03-31 15:26:18 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2002-03-31 15:26:18 +0200 |
commit | 837ce0a29964b900806b6cf83a7b0cef8fef1879 (patch) | |
tree | 013405c2f3d685c3458096c46ee43eba739a96aa /menu.h | |
parent | cebd81cd606f9e1c949d4b58e736fe20689513d8 (diff) | |
download | vdr-837ce0a29964b900806b6cf83a7b0cef8fef1879.tar.gz vdr-837ce0a29964b900806b6cf83a7b0cef8fef1879.tar.bz2 |
Changed time entry in the 'Jump' command during replay, so that it is filled up from right to left
Diffstat (limited to 'menu.h')
-rw-r--r-- | menu.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: menu.h 1.40 2002/03/16 09:51:10 kls Exp $ + * $Id: menu.h 1.41 2002/03/31 13:53:23 kls Exp $ */ #ifndef _MENU_H @@ -116,7 +116,7 @@ private: int lastCurrent, lastTotal; time_t timeoutShow; bool timeSearchActive, timeSearchHide; - int timeSearchHH, timeSearchMM, timeSearchPos; + int timeSearchTime, timeSearchPos; void TimeSearchDisplay(void); void TimeSearchProcess(eKeys Key); void TimeSearch(void); |