From e33b6f4f33efded51065f72dcd200e67434c9d09 Mon Sep 17 00:00:00 2001 From: svenhoefer Date: Mon, 29 Apr 2019 00:03:03 +0200 Subject: [PATCH] - epgplus: show notifications when adding timers Signed-off-by: Thilo Graf --- src/gui/epgplus.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/epgplus.cpp b/src/gui/epgplus.cpp index 2e41d486e..86f1ec886 100644 --- a/src/gui/epgplus.cpp +++ b/src/gui/epgplus.cpp @@ -1528,7 +1528,7 @@ int EpgPlus::MenuTargetAddRecordTimer::exec(CMenuTarget * /*parent*/, const std: CFollowScreenings m(this->epgPlus->selectedChannelEntry->channel->channel_id, (*It)->channelEvent.startTime, (*It)->channelEvent.startTime + (*It)->channelEvent.duration, - (*It)->channelEvent.description, (*It)->channelEvent.eventID, TIMERD_APIDS_CONF, true, "", &evtlist); + (*It)->channelEvent.description, (*It)->channelEvent.eventID, TIMERD_APIDS_CONF, true, "", &evtlist, true); m.exec(NULL, ""); } else