1 Oct 2005 12:16
Re: [bug vdr-1.3.33] invalid LastReplayed() opens first folder
Klaus Schmidinger <Klaus.Schmidinger <at> cadsoft.de>
2005-10-01 10:16:44 GMT
2005-10-01 10:16:44 GMT
Udo Richter wrote: > Hi Klaus, > > I've found a minor bug in the new cMenuRecordings. > > If the recordings menu is opened with OpenSubMenus=true and with > cReplayControl::LastReplayed() pointing to a non-existing recording, VDR > descends into the first recording sub menu, provide that the first > recording menu item is a sub-menu, not a recording. > ... The attached patch should fix this. It also avoids an unjustified "Error while accessing recording!" after deleting a recording from a subfolder. Klaus
--- menu.c 2005/09/25 13:37:21 1.362
+++ menu.c 2005/10/01 10:12:32
<at> <at> -1513,6 +1513,7 <at> <at>
SetCurrent(First());
else if (OpenSubMenus && cReplayControl::LastReplayed() && Open(true))
return;
+ Display();
SetHelpKeys();
}
<at> <at> -1556,7 +1557,7 <at> <at>
if (Refresh) {
(Continue reading)
RSS Feed