diff options
author | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-05-20 05:01:16 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-05-20 05:01:16 +0800 |
commit | 2d4004f5f7e9feae0ba658a9d08a9b333ea6b7be (patch) | |
tree | f064ef156b4f764f68efe24228b6509f590393f3 /art | |
parent | 2f0ec5eae53c32c192335e46f23e488655d98b71 (diff) | |
download | gsoc2013-evolution-2d4004f5f7e9feae0ba658a9d08a9b333ea6b7be.tar.gz gsoc2013-evolution-2d4004f5f7e9feae0ba658a9d08a9b333ea6b7be.tar.zst gsoc2013-evolution-2d4004f5f7e9feae0ba658a9d08a9b333ea6b7be.zip |
added 16x16 and 48x48 subdirs
svn path=/trunk/; revision=25989
Diffstat (limited to 'art')
-rw-r--r-- | art/16x16/Makefile.am | 6 | ||||
-rw-r--r-- | art/16x16/stock_mail-flag-for-followup-done.png | bin | 0 -> 515 bytes | |||
-rw-r--r-- | art/16x16/stock_mail-flag-for-followup.png | bin | 0 -> 562 bytes | |||
-rw-r--r-- | art/48x48/.cvsignore | 2 | ||||
-rw-r--r-- | art/48x48/Makefile.am | 6 | ||||
-rw-r--r-- | art/48x48/stock_mail-flag-for-followup-done.png | bin | 0 -> 3273 bytes | |||
-rw-r--r-- | art/48x48/stock_mail-flag-for-followup.png | bin | 0 -> 3397 bytes | |||
-rw-r--r-- | art/Makefile.am | 2 |
8 files changed, 16 insertions, 0 deletions
diff --git a/art/16x16/Makefile.am b/art/16x16/Makefile.am new file mode 100644 index 0000000000..ec2b956ab9 --- /dev/null +++ b/art/16x16/Makefile.am @@ -0,0 +1,6 @@ +images16_DATA = \ + stock_mail-flag-for-followup.png \ + stock_mail-flag-for-followup-done.png + +EXTRA_DIST = \ + $(images16_DATA) diff --git a/art/16x16/stock_mail-flag-for-followup-done.png b/art/16x16/stock_mail-flag-for-followup-done.png Binary files differnew file mode 100644 index 0000000000..c21a388135 --- /dev/null +++ b/art/16x16/stock_mail-flag-for-followup-done.png diff --git a/art/16x16/stock_mail-flag-for-followup.png b/art/16x16/stock_mail-flag-for-followup.png Binary files differnew file mode 100644 index 0000000000..08e5e6dcd4 --- /dev/null +++ b/art/16x16/stock_mail-flag-for-followup.png diff --git a/art/48x48/.cvsignore b/art/48x48/.cvsignore new file mode 100644 index 0000000000..282522db03 --- /dev/null +++ b/art/48x48/.cvsignore @@ -0,0 +1,2 @@ +Makefile +Makefile.in diff --git a/art/48x48/Makefile.am b/art/48x48/Makefile.am new file mode 100644 index 0000000000..e4dc71153b --- /dev/null +++ b/art/48x48/Makefile.am @@ -0,0 +1,6 @@ +images48_DATA = \ + stock_mail-flag-for-followup.png \ + stock_mail-flag-for-followup-done.png + +EXTRA_DIST = \ + $(images48_DATA) diff --git a/art/48x48/stock_mail-flag-for-followup-done.png b/art/48x48/stock_mail-flag-for-followup-done.png Binary files differnew file mode 100644 index 0000000000..76f5c0b04e --- /dev/null +++ b/art/48x48/stock_mail-flag-for-followup-done.png diff --git a/art/48x48/stock_mail-flag-for-followup.png b/art/48x48/stock_mail-flag-for-followup.png Binary files differnew file mode 100644 index 0000000000..a387bd9521 --- /dev/null +++ b/art/48x48/stock_mail-flag-for-followup.png diff --git a/art/Makefile.am b/art/Makefile.am index 7d2b6a0a66..3c706dd22e 100644 --- a/art/Makefile.am +++ b/art/Makefile.am @@ -1,3 +1,5 @@ +SUBDIRS = 16x16 48x48 + images_DATA = \ about-box.png \ bcg.png \ |