mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 01:41:12 +02:00
bouqueteditor: allow hiding bouquets with RC_playpause too
Origin commit data
------------------
Branch: ni/coolstream
Commit: b30540a07b
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-02-28 (Wed, 28 Feb 2018)
Origin message was:
------------------
- bouqueteditor: allow hiding bouquets with RC_playpause too
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -301,7 +301,7 @@ int CBEBouquetWidget::exec(CMenuTarget* parent, const std::string & /*actionKey*
|
|||||||
renameBouquet();
|
renameBouquet();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (msg == CRCInput::RC_pause)
|
else if (msg == CRCInput::RC_pause || msg == CRCInput::RC_playpause)
|
||||||
{
|
{
|
||||||
if (selected < Bouquets->size()) /* Bouquets->size() might be 0 */
|
if (selected < Bouquets->size()) /* Bouquets->size() might be 0 */
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user