mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
- use new edit icon in several headers
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -2226,7 +2226,7 @@ void CChannelList::paintHead()
|
||||
(bouquet->zapitBouquet->bLocked != g_settings.parentallock_defaultlocked))
|
||||
header->setIcon(NEUTRINO_ICON_LOCK);
|
||||
else
|
||||
header->setIcon(NULL);
|
||||
header->setIcon(edit_state ? NEUTRINO_ICON_EDIT : NULL);
|
||||
|
||||
std::string header_txt = !edit_state ? name : std::string(g_Locale->getText(LOCALE_CHANNELLIST_EDIT)) + ": " + name;
|
||||
fb_pixel_t header_txt_col = (edit_state ? COL_RED : COL_MENUHEAD_TEXT);
|
||||
|
Reference in New Issue
Block a user