From f3f0829b2a00428e6ab62067f7a06fa79cda5b0b Mon Sep 17 00:00:00 2001 From: vanhofen Date: Tue, 26 Sep 2017 16:08:55 +0200 Subject: [PATCH] Revert "epgview: swap RC_info and RC_help in EPG view" This reverts commit 69391f8dd51fe2ec73f4d6c4c74bd1c3211e7312. Conflicts: src/gui/epgview.cpp Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/eba2c14d8fc4e6092a79c454b7bc71e6674296c5 Author: vanhofen Date: 2017-09-26 (Tue, 26 Sep 2017) ------------------ This commit was generated by Migit --- src/gui/epgview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/epgview.cpp b/src/gui/epgview.cpp index 27b0734f4..1d759cc2d 100644 --- a/src/gui/epgview.cpp +++ b/src/gui/epgview.cpp @@ -1306,7 +1306,7 @@ int CEpgData::show(const t_channel_id channel_id, uint64_t a_id, time_t* a_start } break; } - case CRCInput::RC_info: + case CRCInput::RC_help: bigFonts = bigFonts ? false : true; ResetModules(); frameBuffer->paintBackgroundBoxRel(sx, sy, ox, oy);