diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-02-22 23:51:56 +0000 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-02-22 23:51:56 +0000 |
commit | 3ef60cf2f005573ad9c11a7b5765e0bd4d65c5a0 (patch) | |
tree | 30c3642b0f583316b1aef3affe0c167b2755fc27 /images/Makefile | |
parent | 4c0d3398fc6444169ee47935b9ab814eb3929e72 (diff) | |
download | vdr-plugin-live-3ef60cf2f005573ad9c11a7b5765e0bd4d65c5a0.tar.gz vdr-plugin-live-3ef60cf2f005573ad9c11a7b5765e0bd4d65c5a0.tar.bz2 |
- Polling in status box can now be toggled between active and inactive.
Diffstat (limited to 'images/Makefile')
-rw-r--r-- | images/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/images/Makefile b/images/Makefile index 738ecd7..13acb58 100644 --- a/images/Makefile +++ b/images/Makefile @@ -20,7 +20,7 @@ OBJS = logo.o record.o active.o inactive.o button_blue.o \ bg_header_h.o bg_header_l.o bg_header_r.o \ bg_box_h.o bg_box_l.o bg_box_r.o \ movie.o menu_line_bg.o bg_line.o bg_tools.o \ - zap.o favicon.o bg_line_top.o + zap.o favicon.o bg_line_top.o reload.o stop.o ### Default rules: |