aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--calendar/ChangeLog14
-rw-r--r--calendar/gui/itip-utils.c5
2 files changed, 14 insertions, 5 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 778b472665..0d441a11f4 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,17 @@
+2002-09-03 JP Rosevear <jpr@ximian.com>
+
+ * gui/itip-utils.c (comp_compliant): don't make the reply
+ component minimal
+
+ Fixes #28956
+
+2002-08-30 JP Rosevear <jpr@ximian.com>
+
+ * gui/itip-utils.c (itip_send_comp): make the sure to list is 0
+ length before sending via imip
+
+ Fixes #29624
+
2002-08-30 Mike Kestner <mkestner@ximian.com>
* gui/dialogs/event-page.c:
diff --git a/calendar/gui/itip-utils.c b/calendar/gui/itip-utils.c
index 688c1c0f5a..c6af6989ba 100644
--- a/calendar/gui/itip-utils.c
+++ b/calendar/gui/itip-utils.c
@@ -751,11 +751,6 @@ comp_compliant (CalComponentItipMethod method, CalComponent *comp)
comp_sentby (clone);
break;
case CAL_COMPONENT_METHOD_REPLY:
- /* Need to remove almost everything in case the user
- made some other change */
- temp_clone = comp_minimal (clone, TRUE);
- gtk_object_unref (GTK_OBJECT (clone));
- clone = temp_clone;
break;
case CAL_COMPONENT_METHOD_ADD:
break;