aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2003-03-10 14:38:56 +0800
committerMichael Zucci <zucchi@src.gnome.org>2003-03-10 14:38:56 +0800
commit63a340aa632110022e3974d2f342221f50e9851b (patch)
tree3bdec3b4e53694a654a3a41ca56a3263928a6066 /mail/ChangeLog
parent4e9884119183fa0f869979b98b834680e7f092a2 (diff)
downloadgsoc2013-evolution-63a340aa632110022e3974d2f342221f50e9851b.tar
gsoc2013-evolution-63a340aa632110022e3974d2f342221f50e9851b.tar.gz
gsoc2013-evolution-63a340aa632110022e3974d2f342221f50e9851b.tar.bz2
gsoc2013-evolution-63a340aa632110022e3974d2f342221f50e9851b.tar.lz
gsoc2013-evolution-63a340aa632110022e3974d2f342221f50e9851b.tar.xz
gsoc2013-evolution-63a340aa632110022e3974d2f342221f50e9851b.tar.zst
gsoc2013-evolution-63a340aa632110022e3974d2f342221f50e9851b.zip
Removed the debug printf. Added a case for the composer. Part of fixing
2003-03-10 Not Zed <NotZed@Ximian.com> * component-factory.c (factory): Removed the debug printf. Added a case for the composer. Part of fixing #39256. svn path=/trunk/; revision=20228
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index c38e76e916..5cb92e31bf 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -5,7 +5,8 @@
* component-factory.c (component_factory_init): Remove, not used
anymore, causes linking problems some places.
- (factory): Removed the debug printf.
+ (factory): Removed the debug printf. Added a case for the
+ composer. Part of fixing #39256.
2003-03-07 Jeffrey Stedfast <fejj@ximian.com>