diff options
author | Damon Chaplin <damon@helixcode.com> | 2000-10-12 03:28:41 +0800 |
---|---|---|
committer | Damon Chaplin <damon@src.gnome.org> | 2000-10-12 03:28:41 +0800 |
commit | 9bf48a86096adc3cf230259c8d73194c5d8a18be (patch) | |
tree | 847f10f6df2379c025e35bebb34e808d15c379bb /calendar/ChangeLog | |
parent | 2ce365f3f295c260f0e5e442a709f47ddc6940e4 (diff) | |
download | gsoc2013-evolution-9bf48a86096adc3cf230259c8d73194c5d8a18be.tar gsoc2013-evolution-9bf48a86096adc3cf230259c8d73194c5d8a18be.tar.gz gsoc2013-evolution-9bf48a86096adc3cf230259c8d73194c5d8a18be.tar.bz2 gsoc2013-evolution-9bf48a86096adc3cf230259c8d73194c5d8a18be.tar.lz gsoc2013-evolution-9bf48a86096adc3cf230259c8d73194c5d8a18be.tar.xz gsoc2013-evolution-9bf48a86096adc3cf230259c8d73194c5d8a18be.tar.zst gsoc2013-evolution-9bf48a86096adc3cf230259c8d73194c5d8a18be.zip |
don't free evolution_dir as we need it to save the config settings.
2000-10-11 Damon Chaplin <damon@helixcode.com>
* gui/component-factory.c (owner_unset_cb): don't free evolution_dir
as we need it to save the config settings.
svn path=/trunk/; revision=5858
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 23f2562519..fb4b4538aa 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,10 @@ 2000-10-11 Damon Chaplin <damon@helixcode.com> + * gui/component-factory.c (owner_unset_cb): don't free evolution_dir + as we need it to save the config settings. + +2000-10-11 Damon Chaplin <damon@helixcode.com> + * gui/main.c (main): call calendar_config_write_on_exit() to write out some special config settings (as the mail component does). |