--- vdr-epgsearch-0.9.7/menu_main.c~ 2005-09-17 16:33:26.000000000 +0100 +++ vdr-epgsearch-0.9.7/menu_main.c 2005-09-17 16:33:26.000000000 +0100 @@ -70,9 +70,9 @@ if (schedules) { const cSchedule *Schedule = schedules->GetSchedule(Channel->GetChannelID()); + currentChannel = Channel->Number(); if (Schedule) { - currentChannel = Channel->Number(); const cEvent *PresentEvent = Schedule->GetPresentEvent(currentChannel == cDevice::CurrentChannel()); time_t now; if (shiftTime == 0)