/bouquetlist.cpp: close Favo also with RC_favorites

This commit is contained in:
satbaby
2012-09-12 22:48:15 +02:00
parent 86632f0369
commit e50a5ef013
3 changed files with 2 additions and 5 deletions

View File

@@ -38,8 +38,6 @@
#include <linux/kd.h>
#include <stdint.h>
#include <gui/color.h>
#include <gui/pictureviewer.h>
#include <global.h>

View File

@@ -105,8 +105,6 @@
#include <fcntl.h>
#include <poll.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <driver/audioplay.h>
/*
TODO:

View File

@@ -352,7 +352,8 @@ int CBouquetList::show(bool bShowChannelList)
loop = false;
}
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;
if(fader.StartFadeOut()) {