mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 09:51:13 +02:00
fix another merge error
Origin commit data
------------------
Commit: 59a9cc5dff
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-11-03 (Fri, 03 Nov 2017)
Origin message was:
------------------
- fix another merge error
This commit is contained in:
@@ -184,11 +184,7 @@ int CAudioSelectMenuHandler::doMenu ()
|
||||
}
|
||||
perc_str[i] = to_string(perc_val[i]) + "%";
|
||||
|
||||
<<<<<<< HEAD
|
||||
CMenuForwarder *fw = new CMenuForwarder(is_mp ? mp->getAPIDDesc(i).c_str() : g_RemoteControl->current_PIDs.APIDs[i].desc,
|
||||
=======
|
||||
CMenuForwarder *fw = new CMenuForwarder(is_mp ? mp->getAPIDDesc(i).c_str() : g_RemoteControl->current_PIDs.APIDs[i].desc,
|
||||
>>>>>>> ni/tuxbox
|
||||
true, perc_str[i], this, "s", CRCInput::convertDigitToKey(i + 1));
|
||||
fw->setItemButton(NEUTRINO_ICON_BUTTON_OKAY, true);
|
||||
fw->setMarked(sel_apid == i);
|
||||
|
Reference in New Issue
Block a user