From 68d73b10b22a2ba0e022b812321bc435e04c4867 Mon Sep 17 00:00:00 2001 From: Chenthill Palanisamy Date: Thu, 17 Jul 2008 07:20:16 +0000 Subject: Added some FIXME's for code cleanup. 2008-07-17 Chenthill Palanisamy * itip-formatter.c: (view_response_cb): Added some FIXME's for code cleanup. svn path=/trunk/; revision=35749 --- plugins/itip-formatter/ChangeLog | 5 +++++ plugins/itip-formatter/itip-formatter.c | 2 ++ 2 files changed, 7 insertions(+) (limited to 'plugins') diff --git a/plugins/itip-formatter/ChangeLog b/plugins/itip-formatter/ChangeLog index 0f987b36d0..a59b464bda 100644 --- a/plugins/itip-formatter/ChangeLog +++ b/plugins/itip-formatter/ChangeLog @@ -1,3 +1,8 @@ +2008-07-17 Chenthill Palanisamy + + * itip-formatter.c: (view_response_cb): Added some + FIXME's for code cleanup. + 2008-07-16 Sankar P Pushing disk summary changes from the madagascar branch diff --git a/plugins/itip-formatter/itip-formatter.c b/plugins/itip-formatter/itip-formatter.c index d44493df91..6839a68160 100644 --- a/plugins/itip-formatter/itip-formatter.c +++ b/plugins/itip-formatter/itip-formatter.c @@ -1652,6 +1652,7 @@ view_response_cb (GtkWidget *widget, ItipViewResponse response, gpointer data) icalcomponent_add_property (pitip->ical_comp, prop); } + /*FIXME Save schedules is misused here, remove it */ save_schedules = e_cal_get_save_schedules (pitip->current_ecal); switch (response) { @@ -1713,6 +1714,7 @@ view_response_cb (GtkWidget *widget, ItipViewResponse response, gpointer data) break; } + /* FIXME Remove this and handle this at the groupwise mail provider */ if (delete_invitation_from_cache) { CamelFolderChangeInfo *changes = NULL; const char *tag = NULL; -- cgit v1.2.3