summaryrefslogtreecommitdiff
path: root/live.cpp
diff options
context:
space:
mode:
authorThomas Keil <tkeil (at) datacrystal (dot) de>2007-04-26 16:17:36 +0000
committerThomas Keil <tkeil (at) datacrystal (dot) de>2007-04-26 16:17:36 +0000
commitdd0362636658a20fb4144f6b221cf2808ffa6439 (patch)
tree3727488a86f229291e098d82f24cfb0f53883783 /live.cpp
parent437d74141563e8c4db671e95b6c8fc6f0225e1ea (diff)
downloadvdr-plugin-live-dd0362636658a20fb4144f6b221cf2808ffa6439.tar.gz
vdr-plugin-live-dd0362636658a20fb4144f6b221cf2808ffa6439.tar.bz2
Added OSD config
Diffstat (limited to 'live.cpp')
-rw-r--r--live.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/live.cpp b/live.cpp
index e5f97ff..9997a8d 100644
--- a/live.cpp
+++ b/live.cpp
@@ -3,7 +3,7 @@
*
* See the README file for copyright information and how to reach the author.
*
- * $Id: live.cpp,v 1.13 2007/01/18 18:29:30 lordjaxom Exp $
+ * $Id: live.cpp,v 1.14 2007/04/26 16:17:36 thomas Exp $
*/
#include <vdr/plugin.h>
@@ -69,7 +69,7 @@ cString Plugin::Active(void)
cMenuSetupPage *Plugin::SetupMenu(void)
{
- return NULL;
+ return new cMenuSetupLive();
}
bool Plugin::SetupParse(const char *Name, const char *Value)