diff options
author | Damon Chaplin <damon@ximian.com> | 2001-12-01 07:23:47 +0800 |
---|---|---|
committer | Damon Chaplin <damon@src.gnome.org> | 2001-12-01 07:23:47 +0800 |
commit | ad9d11c750290405cad22ba46b0f26ed3bb73155 (patch) | |
tree | 530aa8736391f3fcb6f68641c0e5ead703b0ad1f /calendar/ChangeLog | |
parent | aa0a82422beb72bc47b51c8d1e8cc8e95bf8250a (diff) | |
download | gsoc2013-evolution-ad9d11c750290405cad22ba46b0f26ed3bb73155.tar.gz gsoc2013-evolution-ad9d11c750290405cad22ba46b0f26ed3bb73155.tar.zst gsoc2013-evolution-ad9d11c750290405cad22ba46b0f26ed3bb73155.zip |
only show the dialog if we created it. Hopefully fixes bug #15774. Also
2001-11-30 Damon Chaplin <damon@ximian.com>
* 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
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
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 <damon@ximian.com> + + * 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 <federico@ximian.com> * gui/gnome-cal.c (gnome_calendar_new_task): Set the category of |