- icons: add missing audioplay icon for minitv in channellist

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2018-01-05 00:52:58 +01:00
committed by Thilo Graf
parent ab6cc4ef0a
commit e1c2161e99
3 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
installdir = $(ICONSDIR)
install_DATA = \
audioplay.png \
border_lr.png \
border_ul.png \
numericpad.png \

Binary file not shown.

After

Width:  |  Height:  |  Size: 623 B

View File

@@ -273,7 +273,7 @@
/* misc */
#define NEUTRINO_ICON_MUTED "muted"
#define NEUTRINO_ICON_RCLOCK "rclock"
#define NEUTRINO_ICON_AUDIOPLAY "audioplay" // FIXME - icon is missing
#define NEUTRINO_ICON_AUDIOPLAY "audioplay"
#define NEUTRINO_ICON_BORDER_UL "border_ul"
#define NEUTRINO_ICON_BORDER_LR "border_lr"