Mailing List archive

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

[vdr] Re: feature or bug: channel switching



Michael Walle wrote:
> 
> if you switch the sections with up and down (or was it left and right dunno), then switches the channel with left and right (up and down) and then press the ok button, vdr switches to the first programm in the section you previously choosed.

Looks like a bug to me.

Please try the following patch (untested):

--- menu.c      2003/06/07 12:31:57     1.256
+++ menu.c      2003/06/12 16:11:32
@@ -2783,6 +2783,7 @@
     case kChanUp:
     case kChanDn|k_Repeat:
     case kChanDn:
+         group = -1;
          Refresh();
          break;
     case kNone:

Klaus
-- 
_______________________________________________________________

Klaus Schmidinger                       Phone: +49-8635-6989-10
CadSoft Computer GmbH                   Fax:   +49-8635-6989-40
Hofmark 2                               Email:   kls@cadsoft.de
D-84568 Pleiskirchen, Germany           URL:     www.cadsoft.de
_______________________________________________________________


-- 
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index