mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-08 14:18:35 +02:00
- bouqueteditor: allow hiding bouquets with RC_playpause too
Signed-off-by: Thilo Graf <dbt@novatux.de>
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