mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 07:51:19 +02:00
- timerlist: fix return from RemoteBoxSelect() when no item is choosed
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -757,6 +757,9 @@ void CTimerList::RemoteBoxSelect()
|
|||||||
m->enableSaveScreen();
|
m->enableSaveScreen();
|
||||||
m->exec(NULL, "");
|
m->exec(NULL, "");
|
||||||
|
|
||||||
|
if (!m->gotAction())
|
||||||
|
return;
|
||||||
|
|
||||||
delete selector;
|
delete selector;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user