From 410965575fa1039cbcc6c6ef7f7ef316438118ed Mon Sep 17 00:00:00 2001 From: Conor Curran Date: Wed, 7 Jul 2010 13:22:18 +0100 Subject: alot of work around the title menu stuff --- data/album_artwork.png | Bin 0 -> 552 bytes data/sound_icon.png | Bin 0 -> 467 bytes 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 data/album_artwork.png create mode 100644 data/sound_icon.png (limited to 'data') diff --git a/data/album_artwork.png b/data/album_artwork.png new file mode 100644 index 0000000..940a69b Binary files /dev/null and b/data/album_artwork.png differ diff --git a/data/sound_icon.png b/data/sound_icon.png new file mode 100644 index 0000000..b52d6c4 Binary files /dev/null and b/data/sound_icon.png differ -- cgit v1.2.3 From b41d94677b3471742fa957cc4f60381d8f67ea5d Mon Sep 17 00:00:00 2001 From: Conor Curran Date: Wed, 7 Jul 2010 15:08:34 +0100 Subject: updated for merge --- data/Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'data') diff --git a/data/Makefile.am b/data/Makefile.am index 0389576..9fa0c9b 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -1,4 +1,3 @@ - dbus_servicesdir = $(DBUSSERVICEDIR) service_in_files = indicator-sound.service.in dbus_services_DATA = $(service_in_files:.service.in=.service) -- cgit v1.2.3