diff options
author | Sascha Volkenandt <sascha (at) akv-soft (dot) de> | 2007-01-05 22:17:12 +0000 |
---|---|---|
committer | Sascha Volkenandt <sascha (at) akv-soft (dot) de> | 2007-01-05 22:17:12 +0000 |
commit | 549a8ee8dc07767ca19e89ff828b35c246b36697 (patch) | |
tree | 60fef33cd40f5d286b76a41d46dc0519f0486a0e /pages/Makefile | |
parent | 848f59bb2fddfc0b02b1a4b7a1ec6e8d3e82d240 (diff) | |
download | vdr-plugin-live-549a8ee8dc07767ca19e89ff828b35c246b36697.tar.gz vdr-plugin-live-549a8ee8dc07767ca19e89ff828b35c246b36697.tar.bz2 |
- added timer data to editor
- timers don't show date in case of a weekday timer
Diffstat (limited to 'pages/Makefile')
-rw-r--r-- | pages/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/Makefile b/pages/Makefile index de2011d..246a6c5 100644 --- a/pages/Makefile +++ b/pages/Makefile @@ -17,7 +17,7 @@ VDRDIR ?= ../../../.. OBJS = menu.o event_widget.o channels.o recordings.o schedule.o \ screenshot.o timers.o whats_on_now.o whats_on_next.o \ - keypress.o remote.o channels_widget.o edit_timer.o + keypress.o remote.o channels_widget.o edit_timer.o ### Default rules: |