mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 23:42:51 +02:00
Revert "- plugins: allow empty menu hints"
This reverts commitb8ed0c1980
because809344dadf
do the same. Origin commit data ------------------ Branch: ni/coolstream Commit:3a401a46b3
Author: vanhofen <vanhofen@gmx.de> Date: 2014-11-22 (Sat, 22 Nov 2014) ------------------ This commit was generated by Migit
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