mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
- extend colored events to channellist
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1779 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -555,7 +555,8 @@ int CNeutrinoApp::loadSetup(const char * fname)
|
||||
g_settings.infobar_Text_green = configfile.getInt32( "infobar_Text_green", 0x64 );
|
||||
g_settings.infobar_Text_blue = configfile.getInt32( "infobar_Text_blue", 0x64 );
|
||||
|
||||
g_settings.colored_events = configfile.getInt32( "colored_events" , 0 );
|
||||
g_settings.colored_events_channellist = configfile.getInt32( "colored_events_channellist" , 0 );
|
||||
g_settings.colored_events_infobar = configfile.getInt32( "colored_events_infobar" , 0 );
|
||||
g_settings.colored_events_alpha = configfile.getInt32( "colored_events_alpha", 0x00 );
|
||||
g_settings.colored_events_red = configfile.getInt32( "colored_events_red", 95 );
|
||||
g_settings.colored_events_green = configfile.getInt32( "colored_events_green", 70 );
|
||||
@@ -1115,7 +1116,8 @@ void CNeutrinoApp::saveSetup(const char * fname)
|
||||
configfile.setInt32( "infobar_Text_green", g_settings.infobar_Text_green );
|
||||
configfile.setInt32( "infobar_Text_blue", g_settings.infobar_Text_blue );
|
||||
|
||||
configfile.setInt32( "colored_events", g_settings.colored_events );
|
||||
configfile.setInt32( "colored_events_channellist", g_settings.colored_events_channellist );
|
||||
configfile.setInt32( "colored_events_infobar", g_settings.colored_events_infobar );
|
||||
configfile.setInt32( "colored_events_alpha", g_settings.colored_events_alpha );
|
||||
configfile.setInt32( "colored_events_red", g_settings.colored_events_red );
|
||||
configfile.setInt32( "colored_events_green", g_settings.colored_events_green );
|
||||
|
Reference in New Issue
Block a user