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/ChangeLog | |
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/ChangeLog')
-rw-r--r-- | composer/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog index d077cd9316..e8b01d63b7 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,15 @@ +2003-08-22 Antonio Xu <antonio.xu@sun.com> + + * e-msg-composer-attachment.c (): Connect response signal to + attachment properties dialog, fix bug #47950. + +2003-08-21 Antonio Xu <antonio.xu@sun.com> + + * 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] + 2003-08-19 Jeffrey Stedfast <fejj@ximian.com> * Original patch from David Woodhouse, but modified a bit by me. |