mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
Support for icons in png format
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@214 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -1023,7 +1023,7 @@ int EpgPlus::exec (CChannelList * pchannelList, int selectedChannelIndex, CBouqu
|
||||
this->selectedChannelEntry->paint (true, this->selectedTime);
|
||||
} else {
|
||||
this->startTime += this->duration;
|
||||
this->createChannelEntries (this->selectedChannelEntry->index);
|
||||
/*this->createChannelEntries (this->selectedChannelEntry->index);*/
|
||||
|
||||
this->selectedTime = this->startTime;
|
||||
this->createChannelEntries (this->selectedChannelEntry->index);
|
||||
@@ -1082,13 +1082,20 @@ int EpgPlus::exec (CChannelList * pchannelList, int selectedChannelIndex, CBouqu
|
||||
}
|
||||
|
||||
this->hide ();
|
||||
#if 0
|
||||
for (TChannelEntries::iterator It = this->displayedChannelEntries.begin ();
|
||||
It != this->displayedChannelEntries.end (); It++) {
|
||||
delete *It;
|
||||
}
|
||||
this->displayedChannelEntries.clear ();
|
||||
#endif
|
||||
}
|
||||
while (this->refreshAll);
|
||||
for (TChannelEntries::iterator It = this->displayedChannelEntries.begin ();
|
||||
It != this->displayedChannelEntries.end (); It++) {
|
||||
delete *It;
|
||||
}
|
||||
this->displayedChannelEntries.clear ();
|
||||
|
||||
return res;
|
||||
}
|
||||
|
Reference in New Issue
Block a user