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:
vanhofen
2018-02-28 01:11:07 +01:00
parent d796b22c3d
commit 1f0ffe2ff2

View File

@@ -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 */
{ {