diff options
author | Klaus Schmidinger <kls (at) cadsoft (dot) de> | 2006-10-22 18:00:00 +0200 |
---|---|---|
committer | Klaus Schmidinger <kls (at) cadsoft (dot) de> | 2006-10-22 18:00:00 +0200 |
commit | f99e13afb489f75749f4f8d978759d104a2983f2 (patch) | |
tree | daad4bd9fab9c250492b8ba29d7ad642f32a20e4 /menu.h | |
parent | 9ef312f888aae6167bf210d0d1bb8fcb9b787584 (diff) | |
download | vdr-patch-lnbsharing-f99e13afb489f75749f4f8d978759d104a2983f2.tar.gz vdr-patch-lnbsharing-f99e13afb489f75749f4f8d978759d104a2983f2.tar.bz2 |
Version 1.4.3-3vdr-1.4.3-3
- Fixed setting audio track descriptions after a replay has been stopped (reported
by Ulf Kiener, thanks to Marco Schlüßler for pointing out what caused the problem).
Diffstat (limited to 'menu.h')
-rw-r--r-- | menu.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: menu.h 1.85 2006/03/25 12:15:19 kls Exp $ + * $Id: menu.h 1.86 2006/10/20 13:09:57 kls Exp $ */ #ifndef __MENU_H @@ -233,6 +233,7 @@ private: void TimeSearchProcess(eKeys Key); void TimeSearch(void); void ShowTimed(int Seconds = 0); + static cReplayControl *currentReplayControl; static char *fileName; static char *title; void ShowMode(void); @@ -251,6 +252,7 @@ public: virtual void Hide(void); bool Visible(void) { return visible; } static void SetRecording(const char *FileName, const char *Title); + static const char *NowReplaying(void); static const char *LastReplayed(void); static void ClearLastReplayed(const char *FileName); }; |