mirror of
				https://github.com/vdr-projects/vdr.git
				synced 2025-03-01 10:50:46 +00:00 
			
		
		
		
	Fixed setting the recording title for the replay display of old skins
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.9 2012/05/20 13:49:24 kls Exp $
 | 
			
		||||
 * $Id: skins.c 2.10 2012/06/02 11:44:14 kls Exp $
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
#include "skins.h"
 | 
			
		||||
@@ -174,7 +174,7 @@ cSkinDisplayReplay::cSkinDisplayReplay(void)
 | 
			
		||||
 | 
			
		||||
void cSkinDisplayReplay::SetRecording(const cRecording *Recording)
 | 
			
		||||
{
 | 
			
		||||
  SetTitle(Recording->Name());
 | 
			
		||||
  SetTitle(Recording->Title());
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void cSkinDisplayReplay::SetMarks(const cMarks *Marks)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user