From: Chris Tallon Date: Sat, 22 Apr 2006 12:34:57 +0000 (+0000) Subject: Bug fix 2 for duplicating epg rows X-Git-Tag: r0-2-2b~32 X-Git-Url: https://git.vomp.tv/gitweb/?a=commitdiff_plain;h=d7a183db1db75604a8841de8b785464491a836eb;p=vompclient.git Bug fix 2 for duplicating epg rows --- diff --git a/vepg.cc b/vepg.cc index fc496be..ae4def1 100644 --- a/vepg.cc +++ b/vepg.cc @@ -545,7 +545,7 @@ void VEpg::updateEventList() continue; chan = (*chanList)[listTop + listIndex]; - EventList* newEventList = VDR::getInstance()->getChannelSchedule(chan->number, ltime - 1, WINDOW_WIDTH * 60 + 2); // ltime - 1 to get prog before window (allows cursor left past ltime). + 2 to get prog after window + eventLista[listIndex] = VDR::getInstance()->getChannelSchedule(chan->number, ltime - 1, WINDOW_WIDTH * 60 + 2); // ltime - 1 to get prog before window (allows cursor left past ltime). + 2 to get prog after window } }