From 685a1ce3cee46e6a18603d651c57b9f9c98ecaef Mon Sep 17 00:00:00 2001 From: Antonio Xu Date: Fri, 29 Aug 2003 05:57:25 +0000 Subject: Connect response signal to attachment properties dialog, fix bug #47950. 2003-08-29 Antonio Xu * 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 --- composer/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'composer/Makefile.am') 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)\" \ -- cgit