From ad9d11c750290405cad22ba46b0f26ed3bb73155 Mon Sep 17 00:00:00 2001 From: Damon Chaplin Date: Fri, 30 Nov 2001 23:23:47 +0000 Subject: only show the dialog if we created it. Hopefully fixes bug #15774. Also 2001-11-30 Damon Chaplin * gui/e-itip-control.c (remove_item): only show the dialog if we created it. Hopefully fixes bug #15774. Also ifdef'ed out a lot of code that isn't currently used, including code to use a label which is never created. The unused code was there to support handling multiple iTIP objects in a message, but was never updated when we switched to use HTML for the control. Fixes bug #16232. svn path=/trunk/; revision=14832 --- calendar/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 337d6c45fe..d9b1be5e66 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,12 @@ +2001-11-30 Damon Chaplin + + * gui/e-itip-control.c (remove_item): only show the dialog if we + created it. Hopefully fixes bug #15774. + Also ifdef'ed out a lot of code that isn't currently used, including + code to use a label which is never created. The unused code was there + to support handling multiple iTIP objects in a message, but was never + updated when we switched to use HTML for the control. Fixes bug #16232. + 2001-11-28 Federico Mena Quintero * gui/gnome-cal.c (gnome_calendar_new_task): Set the category of -- cgit