move logodir settings from misc to infobar settings

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


Origin commit data
------------------
Branch: ni/coolstream
Commit: 8b65e65781
Author: gixxpunk <thomas.harfmann@gmail.com>
Date: 2011-05-18 (Wed, 18 May 2011)

Origin message was:
------------------
- move logodir settings from misc to infobar settings

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


------------------
This commit was generated by Migit
This commit is contained in:
gixxpunk
2011-05-18 12:08:46 +00:00
parent 95a213bb69
commit dca0d825ad
6 changed files with 10 additions and 13 deletions

View File

@@ -89,13 +89,6 @@ int CMiscMenue::exec(CMenuTarget* parent, const std::string &actionKey)
if(chooserDir(g_settings.plugin_hdd_dir, false, action_str))
g_PluginList->loadPlugins();
return menu_return::RETURN_REPAINT;
}
else if(actionKey == "logo_dir")
{
const char *action_str = "logo";
chooserDir(g_settings.logo_hdd_dir, false, action_str);
return menu_return::RETURN_REPAINT;
}
#ifdef ONE_KEY_PLUGIN
@@ -248,7 +241,6 @@ void CMiscMenue::showMiscSettingsMenuGeneral(CMenuWidget *ms_general)
ms_general->addItem(new CMenuOptionChooser(LOCALE_EXTRA_ROTOR_SWAP, &g_settings.rotor_swap, OPTIONS_OFF0_ON1_OPTIONS, OPTIONS_OFF0_ON1_OPTION_COUNT, true));
ms_general->addItem(new CMenuForwarder(LOCALE_PLUGINS_HDD_DIR, true, g_settings.plugin_hdd_dir, this, "plugin_dir"));
ms_general->addItem(new CMenuForwarder(LOCALE_LOGO_HDD_DIR, true, g_settings.logo_hdd_dir, this, "logo_dir"));
#ifdef ONE_KEY_PLUGIN
ms_general->addItem(new CMenuForwarder(LOCALE_EXTRA_KEY_PLUGIN, true, g_settings.onekey_plugin,this,"onekeyplugin"));
#endif /*ONE_KEY_PLUGIN*/