From 3b0bace28d10a0332aa75c46f82102779a2ec820 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Mon, 8 Sep 2014 21:02:52 +0200 Subject: [PATCH] personalize.cpp: remove non-working colored hotkeys Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/7792a9658e806c623b09fc7ceb7d25ff93dc50bb Author: vanhofen Date: 2014-09-08 (Mon, 08 Sep 2014) Origin message was: ------------------ - personalize.cpp: remove non-working colored hotkeys ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/personalize.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/personalize.cpp b/src/gui/personalize.cpp index 253b3d7aa..15ac7090d 100644 --- a/src/gui/personalize.cpp +++ b/src/gui/personalize.cpp @@ -485,7 +485,7 @@ void CPersonalizeGui::ShowUserMenu() for (uint i = 0; ititle, cms, g_settings.usermenu[i]->name.c_str(), /*usermenu[i].DirectKey*/CRCInput::RC_nokey, usermenu[i].IconName); + CMenuDForwarder *fw = new CMenuDForwarder(usermenu[i].menue_title, true, g_settings.usermenu[i]->title, cms, g_settings.usermenu[i]->name.c_str(), /*usermenu[i].DirectKey*/CRCInput::RC_nokey /*, usermenu[i].IconName*/); cms->setCaller(fw); v_umenu_fw.push_back(fw); }