diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2006-04-01 09:12:38 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2006-04-01 09:12:38 +0200 |
commit | 6b968a6b274fda3d8baeac9591d9d8e8fc43d2cd (patch) | |
tree | 4b2a3efee840ebb4957051380ca9f6dbc93e7a30 /menuitems.h | |
parent | daa904724785d52c6ca73416068d90f35721cc97 (diff) | |
download | vdr-6b968a6b274fda3d8baeac9591d9d8e8fc43d2cd.tar.gz vdr-6b968a6b274fda3d8baeac9591d9d8e8fc43d2cd.tar.bz2 |
Fixed handling the system time transponder setting in the Setup/EPG menu, which was broken by the min/max fix in cMenuEditIntItem
Diffstat (limited to 'menuitems.h')
-rw-r--r-- | menuitems.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/menuitems.h b/menuitems.h index ac0d7d3c..38c98b6f 100644 --- a/menuitems.h +++ b/menuitems.h @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: menuitems.h 1.17 2006/02/12 10:22:03 kls Exp $ + * $Id: menuitems.h 1.18 2006/03/31 15:12:42 kls Exp $ */ #ifndef __MENUITEMS_H @@ -120,7 +120,7 @@ class cMenuEditTranItem : public cMenuEditChanItem { private: int number; int *source; - int transponder; + int *transponder; public: cMenuEditTranItem(const char *Name, int *Value, int *Source); virtual eOSState ProcessKey(eKeys Key); |