mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
Merge branch 'uncool/dvbsi++' commit 4965619a79
Conflicts: src/gui/widget/hintboxext.cpp src/nhttpd/tuxboxapi/coolstream/controlapi.cpp
This commit is contained in:
@@ -155,7 +155,7 @@ void CPlugins::loadPlugins()
|
||||
frameBuffer = CFrameBuffer::getInstance();
|
||||
number_of_plugins = 0;
|
||||
plugin_list.clear();
|
||||
|
||||
sindex = 100;
|
||||
scanDir(g_settings.plugin_hdd_dir.c_str());
|
||||
scanDir(PLUGINDIR_USB);
|
||||
scanDir(PLUGINDIR_VAR);
|
||||
@@ -183,7 +183,7 @@ bool CPlugins::parseCfg(plugin *plugin_data)
|
||||
while (linecount < 20 && getline(inFile, line[linecount++]))
|
||||
{};
|
||||
|
||||
plugin_data->index = 0;
|
||||
plugin_data->index = sindex++;
|
||||
plugin_data->key = 0; //CRCInput::RC_nokey
|
||||
plugin_data->fb = false;
|
||||
plugin_data->rc = false;
|
||||
|
Reference in New Issue
Block a user