mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 09:21:09 +02:00
timerlist: fix return from RemoteBoxSelect() when no item is choosed
Origin commit data
------------------
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
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