From 53c71a4b9bf5d7e35aeafb84ecf76ababa02eb12 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Tue, 3 Sep 2002 21:48:24 +0000 Subject: don't make the reply component minimal 2002-09-03 JP Rosevear * gui/itip-utils.c (comp_compliant): don't make the reply component minimal Fixes #28956 svn path=/trunk/; revision=17957 --- calendar/gui/itip-utils.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'calendar/gui/itip-utils.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; -- cgit v1.2.3