fix overlapping remote timers

Origin commit data
------------------
Branch: ni/coolstream
Commit: 7bd568dc9c
Author: TangoCash <eric@loxat.de>
Date: 2016-10-23 (Sun, 23 Oct 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
TangoCash
2016-10-23 11:00:19 +02:00
committed by Michael Liebmann
parent d9af6bbfde
commit 38b2bc4a9f
2 changed files with 97 additions and 15 deletions

View File

@@ -95,6 +95,7 @@ class CTimerList : public CMenuTarget, public CListHelpers
bool changed;
int bselected;
CMenuWidget *remboxmenu;
bool askUserOnRemoteTimerConflict(time_t announceTime, time_t stopTime, char * remotebox_ip);
public:
CTimerList();