aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@ximian.com>2001-10-31 05:29:24 +0800
committerFederico Mena Quintero <federico@src.gnome.org>2001-10-31 05:29:24 +0800
commit5c4e7a0243fd749e4d7b657dc89349531dedcc85 (patch)
tree404aceb6b7495f30e93a4d5e654184b9324be27f /calendar/ChangeLog
parent9b40f06c4b347cb302dd3190c9c32ecdf47935a9 (diff)
downloadgsoc2013-evolution-5c4e7a0243fd749e4d7b657dc89349531dedcc85.tar
gsoc2013-evolution-5c4e7a0243fd749e4d7b657dc89349531dedcc85.tar.gz
gsoc2013-evolution-5c4e7a0243fd749e4d7b657dc89349531dedcc85.tar.bz2
gsoc2013-evolution-5c4e7a0243fd749e4d7b657dc89349531dedcc85.tar.lz
gsoc2013-evolution-5c4e7a0243fd749e4d7b657dc89349531dedcc85.tar.xz
gsoc2013-evolution-5c4e7a0243fd749e4d7b657dc89349531dedcc85.tar.zst
gsoc2013-evolution-5c4e7a0243fd749e4d7b657dc89349531dedcc85.zip
Commit the ETable click-to-add for if the dialog is being destroyed.
2001-10-30 Federico Mena Quintero <federico@ximian.com> * gui/dialogs/meeting-page.c (table_canvas_focus_out_cb): Commit the ETable click-to-add for if the dialog is being destroyed. Should fix bug #13959. svn path=/trunk/; revision=14481
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index ef061b0b42..c7f3acd214 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,5 +1,11 @@
2001-10-30 Federico Mena Quintero <federico@ximian.com>
+ * gui/dialogs/meeting-page.c (table_canvas_focus_out_cb): Commit
+ the ETable click-to-add for if the dialog is being destroyed.
+ Should fix bug #13959.
+
+2001-10-30 Federico Mena Quintero <federico@ximian.com>
+
* gui/itip-utils.c (itip_send_comp): Allocate enough space for the
string! (was missing the null terminator) Possibly fixes #13924.
Thanks a *LOT* to Michael Zucchi for running this through Purify.