mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 10:21:04 +02:00
bouquetlist: don't block RC keys while list is opened
Origin commit data
------------------
Commit: c857fc49be
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-03-07 (Tue, 07 Mar 2017)
This commit is contained in:
committed by
vanhofen
parent
e56dde123a
commit
600dc518cd
@@ -2,7 +2,7 @@
|
||||
Neutrino-GUI - DBoxII-Project
|
||||
|
||||
Copyright (C) 2001 Steffen Hehn 'McClean'
|
||||
Copyright (C) 2009,2011,2013,2015-2016 Stefan Seyfried
|
||||
Copyright (C) 2009,2011,2013,2015-2017 Stefan Seyfried
|
||||
|
||||
License: GPL
|
||||
|
||||
@@ -579,7 +579,7 @@ int CBouquetList::show(bool bShowChannelList)
|
||||
g_RCInput->postMsg(msg, data);
|
||||
loop = false;
|
||||
res = CHANLIST_CANCEL_ALL;
|
||||
} else if (msg > CRCInput::RC_MaxRC) {
|
||||
} else {
|
||||
if ( CNeutrinoApp::getInstance()->handleMsg( msg, data ) & messages_return::cancel_all ) {
|
||||
loop = false;
|
||||
res = CHANLIST_CANCEL_ALL;
|
||||
|
Reference in New Issue
Block a user