- timerlist: fix return from RemoteBoxSelect() when no item is choosed

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2018-12-16 01:17:01 +01:00
committed by Thilo Graf
parent 9913a578b2
commit 75f64f760e

View File

@@ -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;
} }