Mute-Zap switch channel list (r1840)

- Restored the original state with mute button.
- Switched off via the channel list menu, default value is the original state.


git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1845 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Branch: ni/coolstream
Commit: d90b967328
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2011-11-13 (Sun, 13 Nov 2011)



------------------
This commit was generated by Migit
This commit is contained in:
Michael Liebmann
2011-11-13 17:18:33 +00:00
parent 02a3d2aaef
commit 6849d1c6d0
5 changed files with 35 additions and 10 deletions

View File

@@ -703,7 +703,7 @@ int CNeutrinoApp::loadSetup(const char * fname)
g_settings.channellist_epgtext_align_right = configfile.getBool("channellist_epgtext_align_right" , false);
g_settings.channellist_extended = configfile.getBool("channellist_extended" , true);
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_new_zap_mode = configfile.getInt32("channellist_new_zap_mode", 1);
//screen configuration
g_settings.screen_xres = configfile.getInt32("screen_xres", 100);