diff options
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ChangeLog | 5 | ||||
-rw-r--r-- | mail/mail-summary.h | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 9740c6ad04..060ad4e0eb 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,8 @@ +2000-12-12 Dan Winship <danw@helixcode.com> + + * mail-summary.h: Fix to use the right .h instead of the + deprecated one. + 2000-12-12 Jeffrey Stedfast <fejj@helixcode.com> * mail-callbacks.c (forward_message): Attach a signature when diff --git a/mail/mail-summary.h b/mail/mail-summary.h index 19a76fb8d2..8c706a1787 100644 --- a/mail/mail-summary.h +++ b/mail/mail-summary.h @@ -24,7 +24,7 @@ #ifndef __MAIL_SUMMARY_H__ #define __MAIL_SUMMARY_H__ -#include <evolution-services/executive-summary-component-view.h> +#include <evolution-services/executive-summary-component.h> BonoboObject *create_summary_view (ExecutiveSummaryComponentFactory *factory, void *closure); |