mirror of
				https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
				synced 2023-10-19 15:58:31 +00:00 
			
		
		
		
	fixed bug that menulists are not read if no currentelement is defined
This commit is contained in:
		
							
								
								
									
										5
									
								
								HISTORY
									
									
									
									
									
								
							
							
						
						
									
										5
									
								
								HISTORY
									
									
									
									
									
								
							@@ -384,3 +384,8 @@ Version 0.5.3
 | 
			
		||||
 | 
			
		||||
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->SetParameters(attribsCur);
 | 
			
		||||
            if (!LevelDown())
 | 
			
		||||
                return;
 | 
			
		||||
                continue;
 | 
			
		||||
            do {
 | 
			
		||||
                if (!CheckNodeName("areacontainer") && !CheckNodeName("area") && !CheckNodeName("areascroll")) {
 | 
			
		||||
                    esyslog("skindesigner: invalid tag \"%s\" in viewelement", NodeName());
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user