diff options
author | Antonio Xu <antonio.xu@sun.com> | 2003-08-29 13:57:25 +0800 |
---|---|---|
committer | Antonio Xu <anto@src.gnome.org> | 2003-08-29 13:57:25 +0800 |
commit | 685a1ce3cee46e6a18603d651c57b9f9c98ecaef (patch) | |
tree | bd1be9c37ba4ccea524087d3887afcdad480ec3c /composer/Makefile.am | |
parent | a243925d75d2b688fa2da33020f1495d2ad2cba9 (diff) | |
download | gsoc2013-evolution-685a1ce3cee46e6a18603d651c57b9f9c98ecaef.tar.gz gsoc2013-evolution-685a1ce3cee46e6a18603d651c57b9f9c98ecaef.tar.zst gsoc2013-evolution-685a1ce3cee46e6a18603d651c57b9f9c98ecaef.zip |
Connect response signal to attachment properties dialog, fix bug #47950.
2003-08-29 Antonio Xu <antonio.xu@sun.com>
* e-msg-composer-attachment.c (): Connect response signal to
attachment properties dialog, fix bug #47950.
* Makefile.am (INCLUDES): add EVOLUTION_IMAGESDIR define
* e-msg-composer.c (create_composer): use EVOLUTION_IMAGESDIR
and composer icon name to get the path of composer icon.
[#47781]
svn path=/trunk/; revision=22411
Diffstat (limited to 'composer/Makefile.am')
-rw-r--r-- | composer/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/composer/Makefile.am b/composer/Makefile.am index 811bbf881f..17803541e1 100644 --- a/composer/Makefile.am +++ b/composer/Makefile.am @@ -49,6 +49,7 @@ INCLUDES = \ -I$(top_builddir)/shell \ -I$(top_srcdir)/shell \ -DEVOLUTION_DATADIR=\"$(datadir)\" \ + -DEVOLUTION_IMAGESDIR=\"$(imagesdir)\" \ -DEVOLUTION_UIDIR=\"$(evolutionuidir)\" \ -DEVOLUTION_GLADEDIR=\"$(gladedir)\" \ -DPREFIX=\"$(prefix)\" \ |