mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 15:32:52 +02:00
plugins: allow empty menu hints
Origin commit data
------------------
Branch: ni/coolstream
Commit: 95eab2a48d
Author: vanhofen <vanhofen@gmx.de>
Date: 2014-11-06 (Thu, 06 Nov 2014)
Origin message was:
------------------
- plugins: allow empty menu hints
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -213,6 +213,7 @@ bool CPlugins::parseCfg(plugin *plugin_data)
|
||||
plugin_data->type = CPlugins::P_TYPE_DISABLED;
|
||||
plugin_data->integration = CPlugins::I_TYPE_DISABLED;
|
||||
plugin_data->hinticon = NEUTRINO_ICON_HINT_PLUGIN;
|
||||
plugin_data->description = " "; //FIXME: To show empty desc as a menu hint the string may not be empty
|
||||
|
||||
std::string _hintIcon = plugin_data->plugindir + "/" + plugin_data->filename + "_hint.png";
|
||||
if (access(_hintIcon.c_str(), F_OK) == 0)
|
||||
|
Reference in New Issue
Block a user