change logo_hdd_dir to a more suitable setting

auto-create logo_hdd_dir


Origin commit data
------------------
Branch: ni/coolstream
Commit: 4f1f1b6b86
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-10-07 (Mon, 07 Oct 2013)

Origin message was:
------------------
- change logo_hdd_dir to a more suitable setting

 auto-create logo_hdd_dir


------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2013-10-07 17:21:25 +02:00
parent be6e2eb047
commit 81e7e9c8c0
2 changed files with 3 additions and 1 deletions

View File

@@ -601,7 +601,7 @@ int CNeutrinoApp::loadSetup(const char * fname)
g_settings.movieplayer_plugin = configfile.getString( "movieplayer_plugin", "Teletext" );
g_settings.onekey_plugin = configfile.getString( "onekey_plugin", "noplugin" );
g_settings.plugin_hdd_dir = configfile.getString( "plugin_hdd_dir", "/hdd/tuxbox/plugins" );
g_settings.logo_hdd_dir = configfile.getString( "logo_hdd_dir", "/var/share/icons/logo" );
g_settings.logo_hdd_dir = configfile.getString( "logo_hdd_dir", "/media/sda1/logos" );
loadKeys();