mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 01:41:12 +02:00
missing lua ifdef
Origin commit data
------------------
Commit: fe3379ddb7
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2014-05-02 (Fri, 02 May 2014)
This commit is contained in:
committed by
Michael Liebmann
parent
e313ff3e67
commit
e2ec5cf5a5
@@ -464,7 +464,9 @@ bool CUserMenu::showUserMenu(int button)
|
|||||||
if (games) delete games;
|
if (games) delete games;
|
||||||
if (tools) delete tools;
|
if (tools) delete tools;
|
||||||
if (scripts) delete scripts;
|
if (scripts) delete scripts;
|
||||||
|
#if ENABLE_LUA
|
||||||
if (lua) delete lua;
|
if (lua) delete lua;
|
||||||
|
#endif
|
||||||
if (menu) delete menu;
|
if (menu) delete menu;
|
||||||
|
|
||||||
InfoClock->enableInfoClock(true);
|
InfoClock->enableInfoClock(true);
|
||||||
|
Reference in New Issue
Block a user