mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
Revert "- plugins: allow empty menu hints"
This reverts commit95eab2a48d
because9945d03480
do the same.
This commit is contained in:
@@ -213,7 +213,6 @@ 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