diff options
author | Dan Winship <danw@src.gnome.org> | 2000-05-31 05:55:40 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-05-31 05:55:40 +0800 |
commit | 9904bdae509a870c765fe9ebb21f3efaa1836458 (patch) | |
tree | 925b93ebc1e1e84fc4c5a4253671c7c4728cd3dd | |
parent | c7381e8f1494734aeb9f1a406e6dadbac1f23d62 (diff) | |
download | gsoc2013-evolution-9904bdae509a870c765fe9ebb21f3efaa1836458.tar gsoc2013-evolution-9904bdae509a870c765fe9ebb21f3efaa1836458.tar.gz gsoc2013-evolution-9904bdae509a870c765fe9ebb21f3efaa1836458.tar.bz2 gsoc2013-evolution-9904bdae509a870c765fe9ebb21f3efaa1836458.tar.lz gsoc2013-evolution-9904bdae509a870c765fe9ebb21f3efaa1836458.tar.xz gsoc2013-evolution-9904bdae509a870c765fe9ebb21f3efaa1836458.tar.zst gsoc2013-evolution-9904bdae509a870c765fe9ebb21f3efaa1836458.zip |
copy this over from mail/pixmaps
svn path=/trunk/; revision=3294
-rw-r--r-- | art/Makefile.am | 1 | ||||
-rw-r--r-- | art/empty.xpm | 21 |
2 files changed, 22 insertions, 0 deletions
diff --git a/art/Makefile.am b/art/Makefile.am index 25eaf379e8..a7de1604af 100644 --- a/art/Makefile.am +++ b/art/Makefile.am @@ -21,6 +21,7 @@ images_DATA = \ EXTRA_DIST = \ attachment.xpm \ + empty.xpm \ mail-new.xpm \ mail-read.xpm \ mail-replied.xpm \ diff --git a/art/empty.xpm b/art/empty.xpm new file mode 100644 index 0000000000..93b02c0164 --- /dev/null +++ b/art/empty.xpm @@ -0,0 +1,21 @@ +/* XPM */ +static char * empty_xpm[] = { +"16 16 2 1", +" c None", +". c #FFFFFF", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................"}; |