- 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:
svenhoefer
2018-04-11 23:58:16 +02:00
committed by Thilo Graf
parent 31829ece63
commit 61b4bbeb51
5 changed files with 5 additions and 5 deletions

View File

@@ -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;
}
}