From b22aa00d8e02351a3bdc9e8823826bfc54c7ba59 Mon Sep 17 00:00:00 2001
From: Thomas Keil <tkeil (at) datacrystal (dot) de>
Date: Sun, 7 Jan 2007 17:24:52 +0000
Subject: removed event_widget

---
 pages/Makefile  | 6 +++---
 pages/menu.ecpp | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

(limited to 'pages')

diff --git a/pages/Makefile b/pages/Makefile
index 1425c1c..f668a9f 100644
--- a/pages/Makefile
+++ b/pages/Makefile
@@ -15,10 +15,10 @@ VDRDIR   ?= ../../../..
 
 ### The object files (add further files here):
 
-OBJS	= menu.o event_widget.o channels.o recordings.o schedule.o \
-          screenshot.o timers.o whats_on_now.o whats_on_next.o     \
+OBJS	= menu.o channels.o recordings.o schedule.o \
+          screenshot.o timers.o whats_on.o \
           keypress.o remote.o channels_widget.o edit_timer.o       \
-          error_widget.o error.o pageelems.o
+          error_widget.o error.o pageelems.o tooltip_widget.o
 
 ### Default rules:
 
diff --git a/pages/menu.ecpp b/pages/menu.ecpp
index dddc43c..681bea8 100644
--- a/pages/menu.ecpp
+++ b/pages/menu.ecpp
@@ -3,8 +3,8 @@
 #include <vdr/config.h>
 </%pre>
 			<div class="menu">
-				<a href="whats_on_now.html"><$ tr("What's on now?") $></a><br/>
-				<a href="whats_on_next.html"><$ tr("What's on next?") $></a><br/>
+				<a href="whats_on.html?type=now"><$ tr("What's on now?") $></a><br/>
+				<a href="whats_on.html?type=next"><$ tr("What's on next?") $></a><br/>
 				<a href="schedule.html"><$ tr("Schedule") $></a><br />
 				<a href="timers.html"><$ tr("Timers") $></a><br />
 				<a href="recordings.html"><$ tr("Recordings") $></a><br />
-- 
cgit v1.2.3