Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: EPG bug in vdr-1.0.0pre5



Klaus Schmidinger wrote:

> Please try the following fix and let me know if it helps (and doesn't have
> any nasty side effects):
> 
> --- menu.c      2002/03/31 21:17:42
> +++ menu.c      2002/04/02 20:53:52
> @@ -1539,6 +1539,7 @@
>    void PrepareSchedule(cChannel *Channel);
>  public:
>    cMenuSchedule(void);
> +  virtual ~cMenuSchedule();
>    virtual eOSState ProcessKey(eKeys Key);
>    };
>  
> @@ -1554,6 +1555,11 @@
>       PrepareSchedule(channel);
>       SetHelp(tr("Record"), tr("Now"), tr("Next"));
>       }
> +}
> +
> +cMenuSchedule::~cMenuSchedule()
> +{
> +  cMenuWhatsOn::ScheduleEventInfo(); // makes sure any posted data is cleared
>  }
>  
>  static int CompareEventTime(const void *p1, const void *p2)
> 
> 
> Klaus
> 

yeah that fixed it. I'll try tomorrow if it has some side effects. but 
for now it looks pretty good. :)

tobi




Home | Main Index | Thread Index