neutrino: better default for initial rcdelay value

This commit is contained in:
Stefan Seyfried
2012-03-19 19:36:27 +01:00
parent 33a24a25f0
commit 49ee83b1de

View File

@@ -3734,7 +3734,7 @@ void CNeutrinoApp::loadKeys(const char * fname)
g_settings.menu_left_exit = tconfig.getInt32( "menu_left_exit", 0 ); g_settings.menu_left_exit = tconfig.getInt32( "menu_left_exit", 0 );
g_settings.audio_run_player = tconfig.getInt32( "audio_run_player", 1 ); g_settings.audio_run_player = tconfig.getInt32( "audio_run_player", 1 );
g_settings.key_click = tconfig.getInt32( "key_click", 1 ); g_settings.key_click = tconfig.getInt32( "key_click", 1 );
strcpy(g_settings.repeat_blocker, tconfig.getString("repeat_blocker", "150").c_str()); strcpy(g_settings.repeat_blocker, tconfig.getString("repeat_blocker", "250").c_str());
strcpy(g_settings.repeat_genericblocker, tconfig.getString("repeat_genericblocker", "100").c_str()); strcpy(g_settings.repeat_genericblocker, tconfig.getString("repeat_genericblocker", "100").c_str());
g_settings.bouquetlist_mode = tconfig.getInt32( "bouquetlist_mode", 0 ); g_settings.bouquetlist_mode = tconfig.getInt32( "bouquetlist_mode", 0 );