From 0b0c0705159aad725ebd49572e8b69fca58bbd48 Mon Sep 17 00:00:00 2001 From: Jakub Steiner Date: Tue, 6 Sep 2005 16:36:03 +0000 Subject: remove 48x48, replace with an SVG and provide the 16x16 and 24x24 bitmaps. 2005-09-06 Jakub Steiner * volume-knob: remove 48x48, replace with an SVG and provide the 16x16 and 24x24 bitmaps. Fixes bug #308160. --- 16x16/apps/Makefile.am | 1 + 16x16/apps/volume-knob.png | Bin 0 -> 709 bytes 16x16/apps/volume-knob.xcf.bz2 | Bin 0 -> 1244 bytes 24x24/apps/Makefile.am | 1 + 24x24/apps/volume-knob.png | Bin 0 -> 988 bytes 24x24/apps/volume-knob.xcf.bz2 | Bin 0 -> 1543 bytes 48x48/apps/Makefile.am | 1 - 48x48/apps/volume-knob.png | Bin 2237 -> 0 bytes scalable/apps/Makefile.am | 1 + 9 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 16x16/apps/volume-knob.png create mode 100644 16x16/apps/volume-knob.xcf.bz2 create mode 100644 24x24/apps/volume-knob.png create mode 100644 24x24/apps/volume-knob.xcf.bz2 delete mode 100644 48x48/apps/volume-knob.png diff --git a/16x16/apps/Makefile.am b/16x16/apps/Makefile.am index df9733de9..30aaab74d 100644 --- a/16x16/apps/Makefile.am +++ b/16x16/apps/Makefile.am @@ -26,6 +26,7 @@ icon_DATA =\ panel-window-list.png \ panel-window-menu.png \ text-editor.png \ + volume-knob.png \ $(NULL) EXTRA_DIST = $(icon_DATA) diff --git a/16x16/apps/volume-knob.png b/16x16/apps/volume-knob.png new file mode 100644 index 000000000..3a4b0416e Binary files /dev/null and b/16x16/apps/volume-knob.png differ diff --git a/16x16/apps/volume-knob.xcf.bz2 b/16x16/apps/volume-knob.xcf.bz2 new file mode 100644 index 000000000..f2b3f0dbe Binary files /dev/null and b/16x16/apps/volume-knob.xcf.bz2 differ diff --git a/24x24/apps/Makefile.am b/24x24/apps/Makefile.am index 416dcc411..e12702b14 100644 --- a/24x24/apps/Makefile.am +++ b/24x24/apps/Makefile.am @@ -94,6 +94,7 @@ icon_DATA =\ stock-ticker.png \ text-editor.png \ tsclient.png \ + volume-knob.png \ $(NULL) EXTRA_DIST = $(icon_DATA) diff --git a/24x24/apps/volume-knob.png b/24x24/apps/volume-knob.png new file mode 100644 index 000000000..ddba6bf66 Binary files /dev/null and b/24x24/apps/volume-knob.png differ diff --git a/24x24/apps/volume-knob.xcf.bz2 b/24x24/apps/volume-knob.xcf.bz2 new file mode 100644 index 000000000..e8a4766a8 Binary files /dev/null and b/24x24/apps/volume-knob.xcf.bz2 differ diff --git a/48x48/apps/Makefile.am b/48x48/apps/Makefile.am index 679839f98..83e3a16f9 100644 --- a/48x48/apps/Makefile.am +++ b/48x48/apps/Makefile.am @@ -108,7 +108,6 @@ icon_DATA =\ tsclient.png \ user-info.png \ visor.png \ - volume-knob.png \ wallpaper.png \ web-browser.png \ wine.png \ diff --git a/48x48/apps/volume-knob.png b/48x48/apps/volume-knob.png deleted file mode 100644 index ebce3ed24..000000000 Binary files a/48x48/apps/volume-knob.png and /dev/null differ diff --git a/scalable/apps/Makefile.am b/scalable/apps/Makefile.am index 3c592ab3c..97bc670e6 100644 --- a/scalable/apps/Makefile.am +++ b/scalable/apps/Makefile.am @@ -6,6 +6,7 @@ icondir = $(datadir)/icons/hicolor/$(iconsize)/$(category) icon_DATA =\ evolution.svg \ + volume-knob.svg \ $(NULL) EXTRA_DIST = $(icon_DATA) -- cgit v1.2.1