aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-12-13 07:15:16 +0800
committerDan Winship <danw@src.gnome.org>2000-12-13 07:15:16 +0800
commit55940a77adb50fb42920cecc29d8c28501084209 (patch)
tree5c8cfb9240144b4213e1eaef25a4870a9cf5ca73 /mail
parent662153615033fdb7f7db16c4b2b961481b7fbfaa (diff)
downloadgsoc2013-evolution-55940a77adb50fb42920cecc29d8c28501084209.tar
gsoc2013-evolution-55940a77adb50fb42920cecc29d8c28501084209.tar.gz
gsoc2013-evolution-55940a77adb50fb42920cecc29d8c28501084209.tar.bz2
gsoc2013-evolution-55940a77adb50fb42920cecc29d8c28501084209.tar.lz
gsoc2013-evolution-55940a77adb50fb42920cecc29d8c28501084209.tar.xz
gsoc2013-evolution-55940a77adb50fb42920cecc29d8c28501084209.tar.zst
gsoc2013-evolution-55940a77adb50fb42920cecc29d8c28501084209.zip
Fix to use the right .h instead of the deprecated one.
* mail-summary.h: Fix to use the right .h instead of the deprecated one. svn path=/trunk/; revision=6952
Diffstat (limited to 'mail')
-rw-r--r--mail/ChangeLog5
-rw-r--r--mail/mail-summary.h2
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);