diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-02-25 23:08:12 +0000 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-02-25 23:08:12 +0000 |
commit | 0a538a615d2faa693e649e04e5c0f31ac5b11ba2 (patch) | |
tree | bb2b575f116e6779aa9b27863e907d802245b68a /images/Makefile | |
parent | 3ef60cf2f005573ad9c11a7b5765e0bd4d65c5a0 (diff) | |
download | vdr-plugin-live-0a538a615d2faa693e649e04e5c0f31ac5b11ba2.tar.gz vdr-plugin-live-0a538a615d2faa693e649e04e5c0f31ac5b11ba2.tar.bz2 |
- Added posibility to switch channels from status box.
- Regouping of status box active buttons.
Diffstat (limited to 'images/Makefile')
-rw-r--r-- | images/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/images/Makefile b/images/Makefile index 13acb58..8dbe8ce 100644 --- a/images/Makefile +++ b/images/Makefile @@ -20,7 +20,8 @@ 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 reload.o stop.o + zap.o favicon.o bg_line_top.o reload.o stop.o \ + one_uparrow.o one_downarrow.o ### Default rules: |