mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
missing lua ifdef
Origin commit data
------------------
Branch: ni/coolstream
Commit: fe3379ddb7
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2014-05-02 (Fri, 02 May 2014)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
committed by
Michael Liebmann
parent
e99e849b6c
commit
6d40f01812
@@ -464,7 +464,9 @@ bool CUserMenu::showUserMenu(int button)
|
||||
if (games) delete games;
|
||||
if (tools) delete tools;
|
||||
if (scripts) delete scripts;
|
||||
#if ENABLE_LUA
|
||||
if (lua) delete lua;
|
||||
#endif
|
||||
if (menu) delete menu;
|
||||
|
||||
InfoClock->enableInfoClock(true);
|
||||
|
Reference in New Issue
Block a user