diff options
author | Radek Doulik <rodo@ximian.com> | 2004-03-09 01:47:05 +0800 |
---|---|---|
committer | Radek Doulik <rodo@src.gnome.org> | 2004-03-09 01:47:05 +0800 |
commit | c8e7f54abd96a4e5e166f8d840cd2b71b19a7d20 (patch) | |
tree | cbedb61d73dd9f327be077ce0f874ef0b2676c7c | |
parent | b866d48f553b9aa7cdbe3200763d4bfc3017c943 (diff) | |
download | gsoc2013-evolution-c8e7f54abd96a4e5e166f8d840cd2b71b19a7d20.tar.gz gsoc2013-evolution-c8e7f54abd96a4e5e166f8d840cd2b71b19a7d20.tar.zst gsoc2013-evolution-c8e7f54abd96a4e5e166f8d840cd2b71b19a7d20.zip |
added 16 pixels versions of junk icons from the gnome-icon-theme module
2004-03-08 Radek Doulik <rodo@ximian.com>
* Makefile.am (images_DATA): added 16 pixels versions of junk
icons from the gnome-icon-theme module
svn path=/trunk/; revision=24990
-rw-r--r-- | art/ChangeLog | 5 | ||||
-rw-r--r-- | art/Makefile.am | 2 | ||||
-rw-r--r-- | art/stock-junk-16.png | bin | 0 -> 926 bytes | |||
-rw-r--r-- | art/stock-notjunk-16.png | bin | 0 -> 721 bytes |
4 files changed, 7 insertions, 0 deletions
diff --git a/art/ChangeLog b/art/ChangeLog index cb74b3d1a8..c28b0f9ff2 100644 --- a/art/ChangeLog +++ b/art/ChangeLog @@ -1,3 +1,8 @@ +2004-03-08 Radek Doulik <rodo@ximian.com> + + * Makefile.am (images_DATA): added 16 pixels versions of junk + icons from the gnome-icon-theme module + 2004-03-08 Jakub Steiner <jimmac@ximian.com> * alarm.png diff --git a/art/Makefile.am b/art/Makefile.am index e0a585663c..a4ab03c2d5 100644 --- a/art/Makefile.am +++ b/art/Makefile.am @@ -181,7 +181,9 @@ images_DATA = \ splash.png \ stock-edit-16.png \ stock-edit-24.png \ + stock-junk-16.png \ stock-junk-24.png \ + stock-notjunk-16.png \ stock-notjunk-24.png \ summary-settings.png \ summary_preferences-16.png \ diff --git a/art/stock-junk-16.png b/art/stock-junk-16.png Binary files differnew file mode 100644 index 0000000000..64d488ca1c --- /dev/null +++ b/art/stock-junk-16.png diff --git a/art/stock-notjunk-16.png b/art/stock-notjunk-16.png Binary files differnew file mode 100644 index 0000000000..ab9d381179 --- /dev/null +++ b/art/stock-notjunk-16.png |