summaryrefslogtreecommitdiff
path: root/menu.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-03-31 15:26:18 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2002-03-31 15:26:18 +0200
commit837ce0a29964b900806b6cf83a7b0cef8fef1879 (patch)
tree013405c2f3d685c3458096c46ee43eba739a96aa /menu.h
parentcebd81cd606f9e1c949d4b58e736fe20689513d8 (diff)
downloadvdr-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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/menu.h b/menu.h
index ae46d02f..88930167 100644
--- a/menu.h
+++ b/menu.h
@@ -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);