diff --git a/ChangeLog b/ChangeLog index 58a375cab5..a819e981f7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-06-16 Matthias Clasen + + * gtk/stock-icons/24/audio-volume*: Add icons used by GtkVolumeButton + to the builtin icon theme, to avoid showing broken images when + there is no icon theme around. The new icons are thanks to + Lapo Calamandrei. + 2008-06-16 Michael Natterer * gtk/gtkfilechooserprivate.h: remove GtkTooltips member from the diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 714badfedd..f44999ae00 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -1040,6 +1040,10 @@ STOCK_ICONS = \ stock-icons/20/gtk-no.png \ stock-icons/20/gtk-ok.png \ stock-icons/20/gtk-yes.png \ + stock-icons/24/audio-volume-high.png \ + stock-icons/24/audio-volume-low.png \ + stock-icons/24/audio-volume-medium.png \ + stock-icons/24/audio-volume-muted.png \ stock-icons/24/document-open-recent.png \ stock-icons/24/gtk-about.png \ stock-icons/24/gtk-add.png \ diff --git a/gtk/stock-icons/24/audio-volume-high.png b/gtk/stock-icons/24/audio-volume-high.png new file mode 100644 index 0000000000..7de1e0e4ff Binary files /dev/null and b/gtk/stock-icons/24/audio-volume-high.png differ diff --git a/gtk/stock-icons/24/audio-volume-low.png b/gtk/stock-icons/24/audio-volume-low.png new file mode 100644 index 0000000000..4152b6c9f9 Binary files /dev/null and b/gtk/stock-icons/24/audio-volume-low.png differ diff --git a/gtk/stock-icons/24/audio-volume-medium.png b/gtk/stock-icons/24/audio-volume-medium.png new file mode 100644 index 0000000000..8d899cfa50 Binary files /dev/null and b/gtk/stock-icons/24/audio-volume-medium.png differ diff --git a/gtk/stock-icons/24/audio-volume-muted.png b/gtk/stock-icons/24/audio-volume-muted.png new file mode 100644 index 0000000000..6902efdc6b Binary files /dev/null and b/gtk/stock-icons/24/audio-volume-muted.png differ