diff options
author | Dan Winship <danw@src.gnome.org> | 2003-07-03 20:29:11 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2003-07-03 20:29:11 +0800 |
commit | ccee5f3d1d15fbbe7bc42df7ceccf300da8d544c (patch) | |
tree | 7f2b2356492bc3802187d69ee6bfab327b1a57c6 /composer/Makefile.am | |
parent | 425cd47d6eadcbd2c3f1a555611593ba5a44abf0 (diff) | |
download | gsoc2013-evolution-ccee5f3d1d15fbbe7bc42df7ceccf300da8d544c.tar.gz gsoc2013-evolution-ccee5f3d1d15fbbe7bc42df7ceccf300da8d544c.tar.zst gsoc2013-evolution-ccee5f3d1d15fbbe7bc42df7ceccf300da8d544c.zip |
Gone. (update): Use e_icon_for_mime_type instead.
* e-msg-composer-attachment-bar.c (pixbuf_for_mime_type): Gone.
(update): Use e_icon_for_mime_type instead.
* Makefile.am (INCLUDES): remove EVOLUTION_IMAGESDIR define
svn path=/trunk/; revision=21735
Diffstat (limited to 'composer/Makefile.am')
-rw-r--r-- | composer/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/composer/Makefile.am b/composer/Makefile.am index 51d158daf9..1699dbff37 100644 --- a/composer/Makefile.am +++ b/composer/Makefile.am @@ -62,7 +62,6 @@ INCLUDES = \ -I$(top_builddir)/shell \ -I$(top_srcdir)/shell \ -DEVOLUTION_DATADIR=\"$(datadir)\" \ - -DEVOLUTION_IMAGESDIR=\"$(imagesdir)\" \ -DEVOLUTION_UIDIR=\"$(evolutionuidir)\" \ -DEVOLUTION_GLADEDIR=\"$(gladedir)\" \ -DPREFIX=\"$(prefix)\" \ |