From 77d9e9a3ac1983fc55bf75dbb3c2d055ff0a94ba Mon Sep 17 00:00:00 2001 From: vanhofen Date: Mon, 29 Apr 2019 00:03:03 +0200 Subject: [PATCH] epgplus: show notifications when adding timers Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/28a98d6a251947e0678294e3794b91ffffbe0c95 Author: vanhofen Date: 2019-04-29 (Mon, 29 Apr 2019) Origin message was: ------------------ - epgplus: show notifications when adding timers --- 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 44c84c0cf..d511c2089 100644 --- a/src/gui/epgplus.cpp +++ b/src/gui/epgplus.cpp @@ -1524,7 +1524,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