diff options
author | JP Rosevear <jpr@ximian.com> | 2001-06-20 07:11:51 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2001-06-20 07:11:51 +0800 |
commit | 31ec46f9fd5d7caa6dc407dba4d93ad655888db2 (patch) | |
tree | 88077d12db402a2ddf1c10d819db543dee062054 /calendar/ChangeLog | |
parent | 991d25c1877401228d4905a382edaf3cc75b9031 (diff) | |
download | gsoc2013-evolution-31ec46f9fd5d7caa6dc407dba4d93ad655888db2.tar.gz gsoc2013-evolution-31ec46f9fd5d7caa6dc407dba4d93ad655888db2.tar.zst gsoc2013-evolution-31ec46f9fd5d7caa6dc407dba4d93ad655888db2.zip |
add auto exit unref
2001-06-19 JP Rosevear <jpr@ximian.com>
* gui/control-factory.c (control_factory_init): add auto exit unref
* gui/component-factory.c (destroy_cb): destroy our selves if we
have no more shells
(component_factory_init): add auto exit unref
svn path=/trunk/; revision=10312
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index da49c4f122..98d6eba9c4 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,13 @@ 2001-06-19 JP Rosevear <jpr@ximian.com> + * gui/control-factory.c (control_factory_init): add auto exit unref + + * gui/component-factory.c (destroy_cb): destroy our selves if we + have no more shells + (component_factory_init): add auto exit unref + +2001-06-19 JP Rosevear <jpr@ximian.com> + * gui/Makefile.am: don't compile or install the old meeting edit stuff |