From cc3721da3e6a4d722d8bdb0268fff237dde65027 Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Mon, 28 May 2018 19:20:58 +0200 Subject: [PATCH] src/neutrino.cpp: show next event as default in channel list --- src/neutrino.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/neutrino.cpp b/src/neutrino.cpp index c777fdf72..162d033d5 100644 --- a/src/neutrino.cpp +++ b/src/neutrino.cpp @@ -740,7 +740,7 @@ int CNeutrinoApp::loadSetup(const char * fname) g_settings.eventlist_additional = configfile.getInt32("eventlist_additional", 0); g_settings.eventlist_epgplus = configfile.getInt32("eventlist_epgplus", 1); g_settings.channellist_epgtext_align_right = configfile.getBool("channellist_epgtext_align_right" , false); - g_settings.channellist_foot = configfile.getInt32("channellist_foot", 0); //default transponder data + g_settings.channellist_foot = configfile.getInt32("channellist_foot", 1); //default next Event g_settings.channellist_new_zap_mode = configfile.getInt32("channellist_new_zap_mode", 0); g_settings.channellist_sort_mode = configfile.getInt32("channellist_sort_mode", 0);//sort mode: alpha, freq, sat g_settings.channellist_numeric_adjust = configfile.getInt32("channellist_numeric_adjust", 0);