mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 07:51:11 +02:00
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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user