mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
/bouquetlist.cpp: close Favo also with RC_favorites
This commit is contained in:
@@ -38,8 +38,6 @@
|
|||||||
|
|
||||||
#include <linux/kd.h>
|
#include <linux/kd.h>
|
||||||
|
|
||||||
#include <stdint.h>
|
|
||||||
|
|
||||||
#include <gui/color.h>
|
#include <gui/color.h>
|
||||||
#include <gui/pictureviewer.h>
|
#include <gui/pictureviewer.h>
|
||||||
#include <global.h>
|
#include <global.h>
|
||||||
|
@@ -105,8 +105,6 @@
|
|||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <poll.h>
|
#include <poll.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/stat.h>
|
|
||||||
#include <unistd.h>
|
|
||||||
#include <driver/audioplay.h>
|
#include <driver/audioplay.h>
|
||||||
/*
|
/*
|
||||||
TODO:
|
TODO:
|
||||||
|
@@ -352,7 +352,8 @@ int CBouquetList::show(bool bShowChannelList)
|
|||||||
loop = false;
|
loop = false;
|
||||||
}
|
}
|
||||||
else if ((msg == CRCInput::RC_timeout ) ||
|
else if ((msg == CRCInput::RC_timeout ) ||
|
||||||
(msg == (neutrino_msg_t)g_settings.key_channelList_cancel))
|
(msg == (neutrino_msg_t)g_settings.key_channelList_cancel) ||
|
||||||
|
(msg == CRCInput::RC_favorites) )
|
||||||
{
|
{
|
||||||
selected = oldselected;
|
selected = oldselected;
|
||||||
if(fader.StartFadeOut()) {
|
if(fader.StartFadeOut()) {
|
||||||
|
Reference in New Issue
Block a user