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:
vanhofen
2018-12-16 01:17:01 +01:00
parent 48998271c3
commit 4f6e8e1338

View File

@@ -757,6 +757,9 @@ void CTimerList::RemoteBoxSelect()
m->enableSaveScreen();
m->exec(NULL, "");
if (!m->gotAction())
return;
delete selector;
}