Klaus Schmidinger wrote: > I prefer this fix: > > > --- menuitems.c 2006/04/09 13:10:02 1.36 > +++ menuitems.c 2006/04/10 06:31:02 > @@ -572,7 +572,7 @@ > snprintf(buf, sizeof(buf), "%d %s", *value, channel ? > channel->Name() : ""); SetValue(buf); > } > - else > + else if (noneString) > SetValue(noneString); > } > Thanks, this works. But if I set "Set system time" from no to yes, "Use time from transponder" shows channel 3068. Scrolling right it goes to channel 1. So this is no great problem. I suggest a handling like "Intial channel": no - 1 - 2 - ... Tom