use new edit icon in several headers

Origin commit data
------------------
Branch: ni/coolstream
Commit: a96e1d3ccd
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-16 (Sun, 16 Dec 2018)

Origin message was:
------------------
- use new edit icon in several headers

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2018-12-16 02:15:58 +01:00
parent 585fc2df16
commit 80f47013a3
5 changed files with 7 additions and 7 deletions

View File

@@ -2239,7 +2239,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);