mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
gui/personalize.cpp: copy hint fields
Origin commit data
------------------
Commit: 1e411cdafd
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-07-08 (Sun, 08 Jul 2012)
This commit is contained in:
@@ -807,7 +807,8 @@ void CPersonalizeGui::addPersonalizedItems()
|
|||||||
|
|
||||||
//convert item to locked forwarder and use generated pin mode for usage as ask parameter
|
//convert item to locked forwarder and use generated pin mode for usage as ask parameter
|
||||||
v_item[i].menuItem = new CLockedMenuForwarder(fw->getTextLocale(), g_settings.personalize_pincode, use_pin, fw->active, NULL, fw->getTarget(), fw->getActionKey().c_str(), d_key, fw->iconName.c_str(), lock_icon);
|
v_item[i].menuItem = new CLockedMenuForwarder(fw->getTextLocale(), g_settings.personalize_pincode, use_pin, fw->active, NULL, fw->getTarget(), fw->getActionKey().c_str(), d_key, fw->iconName.c_str(), lock_icon);
|
||||||
|
v_item[i].menuItem->hintIcon = fw->hintIcon;
|
||||||
|
v_item[i].menuItem->hint = fw->hint;
|
||||||
//add item if it's set to visible or pin protected and allow to add an forwarder as next
|
//add item if it's set to visible or pin protected and allow to add an forwarder as next
|
||||||
if (v_item[i].menuItem->active && (p_mode != PERSONALIZE_MODE_NOTVISIBLE || i_mode == PERSONALIZE_SHOW_AS_ACCESS_OPTION))
|
if (v_item[i].menuItem->active && (p_mode != PERSONALIZE_MODE_NOTVISIBLE || i_mode == PERSONALIZE_SHOW_AS_ACCESS_OPTION))
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user