diff options
author | Michael Meeks <michael@helixcode.com> | 2000-08-04 10:00:02 +0800 |
---|---|---|
committer | Michael Meeks <mmeeks@src.gnome.org> | 2000-08-04 10:00:02 +0800 |
commit | 8ec2a002e8f98c11836ca0fd0924d84a65018908 (patch) | |
tree | 4ade1439eaddeaa88b25c3e97899ae84f3853fec /mail/ChangeLog | |
parent | 6d6b9ec70ea0e6f16935ffbae676909c5a09f06c (diff) | |
download | gsoc2013-evolution-8ec2a002e8f98c11836ca0fd0924d84a65018908.tar gsoc2013-evolution-8ec2a002e8f98c11836ca0fd0924d84a65018908.tar.gz gsoc2013-evolution-8ec2a002e8f98c11836ca0fd0924d84a65018908.tar.bz2 gsoc2013-evolution-8ec2a002e8f98c11836ca0fd0924d84a65018908.tar.lz gsoc2013-evolution-8ec2a002e8f98c11836ca0fd0924d84a65018908.tar.xz gsoc2013-evolution-8ec2a002e8f98c11836ca0fd0924d84a65018908.tar.zst gsoc2013-evolution-8ec2a002e8f98c11836ca0fd0924d84a65018908.zip |
only whack the sig in if the file exists.
2000-08-03 Michael Meeks <michael@helixcode.com>
* mail-config.c (identity_page_new): only whack the sig in if the
file exists.
* component-factory.c (factory_fn): count running instances,
attach destroy signal (factory_destroy): add.
* main.c (main): pass orb around.
svn path=/trunk/; revision=4523
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 2faf5b3493..5a2e0a0c2d 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,13 @@ +2000-08-03 Michael Meeks <michael@helixcode.com> + + * mail-config.c (identity_page_new): only whack the sig in if the + file exists. + + * component-factory.c (factory_fn): count running instances, + attach destroy signal (factory_destroy): add. + + * main.c (main): pass orb around. + 2000-08-03 Jeffrey Stedfast <fejj@helixcode.com> * mail-ops.c (composer_send_cb): Yay, no more compiler warnings |