mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
CTimerList: Fix commit f2fccc6
(THX Houdini)
This commit is contained in:
@@ -1223,7 +1223,11 @@ int CTimerList::newTimer()
|
|||||||
CMenuForwarder *m9 = new CMenuForwarder(LOCALE_TIMERLIST_MESSAGE, false, timerNew.message, &timerSettings_msg );
|
CMenuForwarder *m9 = new CMenuForwarder(LOCALE_TIMERLIST_MESSAGE, false, timerNew.message, &timerSettings_msg );
|
||||||
|
|
||||||
strcpy(timerNew.pluginName,"---");
|
strcpy(timerNew.pluginName,"---");
|
||||||
CPluginChooser plugin_chooser(LOCALE_TIMERLIST_PLUGIN, CPlugins::P_TYPE_SCRIPT | CPlugins::P_TYPE_TOOL | CPlugins::P_TYPE_LUA, timerNew.pluginName);
|
CPluginChooser plugin_chooser(LOCALE_TIMERLIST_PLUGIN, CPlugins::P_TYPE_SCRIPT | CPlugins::P_TYPE_TOOL
|
||||||
|
#if ENABLE_LUA
|
||||||
|
| CPlugins::P_TYPE_LUA
|
||||||
|
#endif
|
||||||
|
, timerNew.pluginName);
|
||||||
CMenuForwarder *m10 = new CMenuForwarder(LOCALE_TIMERLIST_PLUGIN, false, timerNew.pluginName, &plugin_chooser);
|
CMenuForwarder *m10 = new CMenuForwarder(LOCALE_TIMERLIST_PLUGIN, false, timerNew.pluginName, &plugin_chooser);
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user