diff options
author | JP Rosevear <jpr@ximian.com> | 2002-08-20 08:50:28 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2002-08-20 08:50:28 +0800 |
commit | 5c2c86cd7ab91e4e88f16c37cea2ffeaffa702d0 (patch) | |
tree | 70ecaeafe851ae808a90dc53b4a3c85067b69ad5 /calendar/ChangeLog | |
parent | 5c7f2e0998600cdf323da03b6a62c139a708be9d (diff) | |
download | gsoc2013-evolution-5c2c86cd7ab91e4e88f16c37cea2ffeaffa702d0.tar gsoc2013-evolution-5c2c86cd7ab91e4e88f16c37cea2ffeaffa702d0.tar.gz gsoc2013-evolution-5c2c86cd7ab91e4e88f16c37cea2ffeaffa702d0.tar.bz2 gsoc2013-evolution-5c2c86cd7ab91e4e88f16c37cea2ffeaffa702d0.tar.lz gsoc2013-evolution-5c2c86cd7ab91e4e88f16c37cea2ffeaffa702d0.tar.xz gsoc2013-evolution-5c2c86cd7ab91e4e88f16c37cea2ffeaffa702d0.tar.zst gsoc2013-evolution-5c2c86cd7ab91e4e88f16c37cea2ffeaffa702d0.zip |
disconnect destroy signal callbacks on tables
2002-08-19 JP Rosevear <jpr@ximian.com>
* gui/e-meeting-model.c (destroy): disconnect destroy signal
callbacks on tables
Fixes #28231
svn path=/trunk/; revision=17813
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 87e4cdd90f..538aba61e9 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,11 +1,18 @@ -2002-08-20 JP Rosevear <jpr@ximian.com> +2002-08-19 JP Rosevear <jpr@ximian.com> + + * gui/e-meeting-model.c (destroy): disconnect destroy signal + callbacks on tables + + Fixes #28231 +2002-08-19 JP Rosevear <jpr@ximian.com> + * gui/itip-utils.c (comp_toplevel_with_zones): clone the ical component before adding it Fixes #29061 -2002-08-20 JP Rosevear <jpr@ximian.com> +2002-08-19 JP Rosevear <jpr@ximian.com> * gui/comp-editor-factory.c (get_default_event): make sure to get the date in the current zone, not at UTC |