aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorChris Lahey <clahey@src.gnome.org>2000-12-13 07:36:02 +0800
committerChris Lahey <clahey@src.gnome.org>2000-12-13 07:36:02 +0800
commit07e9c0c50eaaf011a6174241a8cc71bde9658331 (patch)
tree4d901e55dbbab8da25fa8dcfc1d8fe047d30783a /mail
parentecae5285eae30188123aa34ba026c57cac1b9483 (diff)
downloadgsoc2013-evolution-07e9c0c50eaaf011a6174241a8cc71bde9658331.tar
gsoc2013-evolution-07e9c0c50eaaf011a6174241a8cc71bde9658331.tar.gz
gsoc2013-evolution-07e9c0c50eaaf011a6174241a8cc71bde9658331.tar.bz2
gsoc2013-evolution-07e9c0c50eaaf011a6174241a8cc71bde9658331.tar.lz
gsoc2013-evolution-07e9c0c50eaaf011a6174241a8cc71bde9658331.tar.xz
gsoc2013-evolution-07e9c0c50eaaf011a6174241a8cc71bde9658331.tar.zst
gsoc2013-evolution-07e9c0c50eaaf011a6174241a8cc71bde9658331.zip
Small ChangeLog mistake.
svn path=/trunk/; revision=6957
Diffstat (limited to 'mail')
-rw-r--r--mail/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 333c74d944..dd6a0b0e68 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,7 @@
2000-12-12 Christopher James Lahey <clahey@helixcode.com>
+ * component-factory.c (create_view): Added a cast.
+
* mail-summary.c: Added #include "mail-summary.h". Commented out
folder_free, summary_free, and view_destroy_cb since they're not
used.
@@ -7,8 +9,6 @@
(create_summary_view): Changed some types so that casting would be
easier.
- * component-factory.c (create_view): Added a cast.
-
* session.c (mail_session_remember_password): Added a cast.
2000-12-12 Dan Winship <danw@helixcode.com>