diff options
author | Dan Winship <danw@src.gnome.org> | 2002-09-13 23:06:11 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2002-09-13 23:06:11 +0800 |
commit | a0b85efae076d501f6f8dc4afd4f757a1773781c (patch) | |
tree | 34f345798427c93dc4c350c214d7448a89878cfb /my-evolution/e-summary-mail.c | |
parent | e2e4b1120cecd53623265d6850ed4693d72233ba (diff) | |
download | gsoc2013-evolution-a0b85efae076d501f6f8dc4afd4f757a1773781c.tar.gz gsoc2013-evolution-a0b85efae076d501f6f8dc4afd4f757a1773781c.tar.zst gsoc2013-evolution-a0b85efae076d501f6f8dc4afd4f757a1773781c.zip |
Update for Mailer.idl rename
* Makefile.am (IDLS, MAIL_GENERATED): Update for Mailer.idl rename
* e-summary.c, e-summary-mail.c: Likewise
svn path=/trunk/; revision=18061
Diffstat (limited to 'my-evolution/e-summary-mail.c')
-rw-r--r-- | my-evolution/e-summary-mail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/my-evolution/e-summary-mail.c b/my-evolution/e-summary-mail.c index 5ec4e4b8be..d8c4a597e9 100644 --- a/my-evolution/e-summary-mail.c +++ b/my-evolution/e-summary-mail.c @@ -37,7 +37,7 @@ #include <Evolution.h> #include <evolution-storage-listener.h> -#include "Mail.h" +#include "Mailer.h" #include "e-summary.h" #include "e-summary-mail.h" #include "e-summary-table.h" |