mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
- icons: rename important.png => marker_warning.png because it doesn't signalize important stuff, but warnings
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -137,7 +137,7 @@ void CFollowScreenings::updateRightIcon(int ix, time_t start, unsigned int durat
|
||||
return;
|
||||
}
|
||||
if (!SAME_TRANSPONDER(channel_id, i->channel_id)) {
|
||||
forwarders[ix]->iconName_Info_right = NEUTRINO_ICON_IMPORTANT;
|
||||
forwarders[ix]->iconName_Info_right = NEUTRINO_ICON_MARKER_WARNING;
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user