mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
neutrino icons: add icon for tagged timer events
This is the same icon like rec.png, but it's better to have
a separat icon in case user is using own customized icons.
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1815 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Branch: ni/coolstream
Commit: d11193ff6d
Author: Thilo Graf <dbt@novatux.de>
Date: 2011-11-05 (Sat, 05 Nov 2011)
Origin message was:
------------------
*neutrino icons: add icon for tagged timer events
This is the same icon like rec.png, but it's better to have
a separat icon in case user is using own customized icons.
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1815 e54a6e83-5905-42d5-8d5c-058d10e6a962
------------------
This commit was generated by Migit
This commit is contained in:
@@ -804,7 +804,7 @@ void EventList::paintItem(unsigned int pos, t_channel_id channel_idI)
|
||||
// 2nd line
|
||||
// set status icons
|
||||
CTimerd::CTimerEventTypes etype = isScheduled(channel_idI, &evtlist[curpos]);
|
||||
icontype = etype == CTimerd::TIMER_ZAPTO ? NEUTRINO_ICON_ZAP : etype == CTimerd::TIMER_RECORD ? NEUTRINO_ICON_REC : 0;
|
||||
icontype = etype == CTimerd::TIMER_ZAPTO ? NEUTRINO_ICON_ZAP : etype == CTimerd::TIMER_RECORD ? NEUTRINO_ICON_RECORDING_EVENT_MARKER : 0;
|
||||
|
||||
int iw = 0, ih;
|
||||
if(icontype != 0) {
|
||||
|
Reference in New Issue
Block a user