diff options
author | Not Zed <NotZed@Ximian.com> | 2005-06-02 13:51:41 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2005-06-02 13:51:41 +0800 |
commit | 5c1993b9bace20bec8ff95e69aa3f56588eaa87c (patch) | |
tree | 52ec337ed9f950c843f66cf3647ce32b619a6124 /mail/ChangeLog | |
parent | 79086a141808831e3d7e49969f507678d08e6bec (diff) | |
download | gsoc2013-evolution-5c1993b9bace20bec8ff95e69aa3f56588eaa87c.tar gsoc2013-evolution-5c1993b9bace20bec8ff95e69aa3f56588eaa87c.tar.gz gsoc2013-evolution-5c1993b9bace20bec8ff95e69aa3f56588eaa87c.tar.bz2 gsoc2013-evolution-5c1993b9bace20bec8ff95e69aa3f56588eaa87c.tar.lz gsoc2013-evolution-5c1993b9bace20bec8ff95e69aa3f56588eaa87c.tar.xz gsoc2013-evolution-5c1993b9bace20bec8ff95e69aa3f56588eaa87c.tar.zst gsoc2013-evolution-5c1993b9bace20bec8ff95e69aa3f56588eaa87c.zip |
only let this be included once.
2005-06-02 Not Zed <NotZed@Ximian.com>
* Evolution-Mail.idl: only let this be included once.
* mail-component.c (mail_component_class_init): Setup a test
function, and fix the bonobo init function so we're actually a
mailcomponent and not just an evolutioncomponent.
svn path=/trunk/; revision=29446
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 834a4d5b62..143b8f88ec 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,13 @@ 2005-06-02 Not Zed <NotZed@Ximian.com> + * Evolution-Mail.idl: only let this be included once. + + * mail-component.c (mail_component_class_init): Setup a test + function, and fix the bonobo init function so we're actually a + mailcomponent and not just an evolutioncomponent. + +2005-06-02 Not Zed <NotZed@Ximian.com> + * mail-component.c: change this to sub-class evolution-component, not bonobo-object. |