From a297601d109144d634fd87d96349e6d1421f71fd Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Fri, 28 Oct 2011 22:15:31 +0000 Subject: [PATCH] neutrino eventlist: remove response messages for added timer events It should be enough to see icon as confirm in event item, and is probaly easier for users to manage timer events without irritating messages. git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1785 e54a6e83-5905-42d5-8d5c-058d10e6a962 Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/d30b212019c576265f59f667060419d79f76f221 Author: Thilo Graf Date: 2011-10-29 (Sat, 29 Oct 2011) Origin message was: ------------------ *neutrino eventlist: remove response messages for added timer events It should be enough to see icon as confirm in event item, and is probaly easier for users to manage timer events without irritating messages. git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1785 e54a6e83-5905-42d5-8d5c-058d10e6a962 ------------------ This commit was generated by Migit --- src/gui/eventlist.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/eventlist.cpp b/src/gui/eventlist.cpp index f626fa48e..668f18f15 100644 --- a/src/gui/eventlist.cpp +++ b/src/gui/eventlist.cpp @@ -502,7 +502,7 @@ int EventList::exec(const t_channel_id channel_id, const std::string& channelnam } else { - ShowLocalizedMessage(LOCALE_TIMER_EVENTRECORD_TITLE, LOCALE_TIMER_EVENTRECORD_MSG, CMessageBox::mbrBack, CMessageBox::mbBack, NEUTRINO_ICON_INFO); + //ShowLocalizedMessage(LOCALE_TIMER_EVENTRECORD_TITLE, LOCALE_TIMER_EVENTRECORD_MSG, CMessageBox::mbrBack, CMessageBox::mbBack, NEUTRINO_ICON_INFO); timeoutEnd = CRCInput::calcTimeoutEnd(g_settings.timing[SNeutrinoSettings::TIMING_EPG]); } } @@ -530,7 +530,7 @@ int EventList::exec(const t_channel_id channel_id, const std::string& channelnam evtlist[selected].startTime - (g_settings.zapto_pre_time * 60), evtlist[selected].startTime - ANNOUNCETIME - (g_settings.zapto_pre_time * 60), 0, evtlist[selected].eventID, evtlist[selected].startTime, 0); - ShowLocalizedMessage(LOCALE_TIMER_EVENTTIMED_TITLE, LOCALE_TIMER_EVENTTIMED_MSG, CMessageBox::mbrBack, CMessageBox::mbBack, NEUTRINO_ICON_INFO); + //ShowLocalizedMessage(LOCALE_TIMER_EVENTTIMED_TITLE, LOCALE_TIMER_EVENTTIMED_MSG, CMessageBox::mbrBack, CMessageBox::mbBack, NEUTRINO_ICON_INFO); timerlist.clear(); g_Timerd->getTimerList (timerlist); paint(channel_id);