mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 01:41:12 +02:00
CLuaInstance::MenuAddItem: separation of "separator" and "separatorline"
Origin commit data
------------------
Branch: ni/coolstream
Commit: 73446dbc52
Author: vanhofen <vanhofen@gmx.de>
Date: 2014-01-27 (Mon, 27 Jan 2014)
Origin message was:
------------------
- CLuaInstance::MenuAddItem: separation of "separator" and "separatorline"
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -887,6 +887,8 @@ int CLuaInstance::MenuAddItem(lua_State *L)
|
|||||||
if (type == "back") {
|
if (type == "back") {
|
||||||
m->m->addItem(GenericMenuBack);
|
m->m->addItem(GenericMenuBack);
|
||||||
} else if (type == "separator") {
|
} else if (type == "separator") {
|
||||||
|
m->m->addItem(GenericMenuSeparator);
|
||||||
|
} else if (type == "separatorline") {
|
||||||
if (!b->name.empty()) {
|
if (!b->name.empty()) {
|
||||||
m->m->addItem(new CMenuSeparator(CMenuSeparator::STRING | CMenuSeparator::LINE, b->name.c_str(), NONEXISTANT_LOCALE));
|
m->m->addItem(new CMenuSeparator(CMenuSeparator::STRING | CMenuSeparator::LINE, b->name.c_str(), NONEXISTANT_LOCALE));
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user