mirror of
				https://github.com/vdr-projects/vdr.git
				synced 2025-03-01 10:50:46 +00:00 
			
		
		
		
	Fixed handling menu categories for plugin menus
This commit is contained in:
		
							
								
								
									
										4
									
								
								skins.c
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								skins.c
									
									
									
									
									
								
							@@ -4,7 +4,7 @@
 | 
			
		||||
 * See the main source file 'vdr.c' for copyright information and
 | 
			
		||||
 * how to reach the author.
 | 
			
		||||
 *
 | 
			
		||||
 * $Id: skins.c 2.6 2012/04/08 11:38:57 kls Exp $
 | 
			
		||||
 * $Id: skins.c 2.7 2012/04/28 10:40:16 kls Exp $
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
#include "skins.h"
 | 
			
		||||
@@ -67,7 +67,7 @@ cSkinDisplay::~cSkinDisplay()
 | 
			
		||||
 | 
			
		||||
cSkinDisplayMenu::cSkinDisplayMenu(void)
 | 
			
		||||
{
 | 
			
		||||
  menuCategory = mcUnknown;
 | 
			
		||||
  menuCategory = mcUndefined;
 | 
			
		||||
  SetTabs(0);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user