mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 17:58:31 +02:00
fixed bug that menulists are not read if no currentelement is defined
This commit is contained in:
parent
32d96c5439
commit
b188f1f08a
5
HISTORY
5
HISTORY
@ -384,3 +384,8 @@ Version 0.5.3
|
|||||||
|
|
||||||
Version 0.6.0
|
Version 0.6.0
|
||||||
|
|
||||||
|
- fixed bug that menulists are not read if no currentelement
|
||||||
|
is defined
|
||||||
|
|
||||||
|
Version 0.6.1
|
||||||
|
|
||||||
|
@ -247,7 +247,7 @@ void cXmlParser::ParseViewList(cTemplateView *subView) {
|
|||||||
currentElement->SetGlobals(globals);
|
currentElement->SetGlobals(globals);
|
||||||
currentElement->SetParameters(attribsCur);
|
currentElement->SetParameters(attribsCur);
|
||||||
if (!LevelDown())
|
if (!LevelDown())
|
||||||
return;
|
continue;
|
||||||
do {
|
do {
|
||||||
if (!CheckNodeName("areacontainer") && !CheckNodeName("area") && !CheckNodeName("areascroll")) {
|
if (!CheckNodeName("areacontainer") && !CheckNodeName("area") && !CheckNodeName("areascroll")) {
|
||||||
esyslog("skindesigner: invalid tag \"%s\" in viewelement", NodeName());
|
esyslog("skindesigner: invalid tag \"%s\" in viewelement", NodeName());
|
||||||
|
Loading…
Reference in New Issue
Block a user