mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
timerlist: fix return from RemoteBoxSelect() when no item is choosed
Origin commit data
------------------
Branch: ni/coolstream
Commit: 755fe81d8c
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-16 (Sun, 16 Dec 2018)
Origin message was:
------------------
- timerlist: fix return from RemoteBoxSelect() when no item is choosed
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -757,6 +757,9 @@ void CTimerList::RemoteBoxSelect()
|
||||
m->enableSaveScreen();
|
||||
m->exec(NULL, "");
|
||||
|
||||
if (!m->gotAction())
|
||||
return;
|
||||
|
||||
delete selector;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user