Klaus Schmidinger wrote: > Luca Olivetti wrote: > >> Wolfgang Rohdewald wrote: >> >>> On Sonntag 13 Februar 2005 18:28, Luca Olivetti wrote: >>> >>>> if not Player is cTransferControl >>> >>> >>> >>> >>> if (!dynamic_cast<cTransferControl>(Player)) >> >> >> >> close, it's "if (!dynamic_cast<cTransfer*>(Player))" (my fault in >> using cTransferControl instead of cTransfer). >> Attached is the new patch that only modifies device.c > > > I'm afraid I don't quite see the problem. > When I switch to a channel that is received in Transfer Mode, > and then open the "Audio" menu, I very well see the descriptions > of the audio tracks. > To reproduce the bug, switch to a channel and select the audio menu. Close the menu, then go back to the audio menu again and instead of descriptions of the audio selections, vdr just displays numbers. Regards,