mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-14 00:43:35 +02:00
icons: rename important.png => marker_warning.png because it doesn't signalize important stuff, but warnings
Origin commit data
------------------
Commit: 0e64c1f14a
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-04-11 (Wed, 11 Apr 2018)
Origin message was:
------------------
- icons: rename important.png => marker_warning.png because it doesn't signalize important stuff, but warnings
This commit is contained in:
@@ -818,8 +818,8 @@ void CEventList::paintItem(unsigned int pos, t_channel_id channel_idI)
|
||||
if (conflict && item_event_ID != evtlist[currpos].eventID)
|
||||
{
|
||||
//paint_warning = true;
|
||||
frameBuffer->getIconSize(NEUTRINO_ICON_IMPORTANT, &i2w, &i2h);
|
||||
frameBuffer->paintIcon(NEUTRINO_ICON_IMPORTANT, x + iw + OFFSET_INNER_MID, ypos + OFFSET_INNER_MIN + smallfont_height, largefont_height);
|
||||
frameBuffer->getIconSize(NEUTRINO_ICON_MARKER_WARNING, &i2w, &i2h);
|
||||
frameBuffer->paintIcon(NEUTRINO_ICON_MARKER_WARNING, x + iw + OFFSET_INNER_MID, ypos + OFFSET_INNER_MIN + smallfont_height, largefont_height);
|
||||
iw += i2w + OFFSET_INNER_MID;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user