mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 09:21:09 +02:00
/bouquetlist.cpp: close Favo also with RC_favorites
Origin commit data
------------------
Branch: ni/coolstream
Commit: e50a5ef013
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-09-12 (Wed, 12 Sep 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -38,8 +38,6 @@
|
||||
|
||||
#include <linux/kd.h>
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include <gui/color.h>
|
||||
#include <gui/pictureviewer.h>
|
||||
#include <global.h>
|
||||
|
@@ -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:
|
||||
|
@@ -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()) {
|
||||
|
Reference in New Issue
Block a user