aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorChenthill Palanisamy <pchenthill@novell.com>2008-07-17 15:20:16 +0800
committerChenthill Palanisamy <pchen@src.gnome.org>2008-07-17 15:20:16 +0800
commit68d73b10b22a2ba0e022b812321bc435e04c4867 (patch)
treec1c600fbbdd93840b46fb908020d360a948ce476 /plugins
parent40085e043615d8f1cdb583d014d774724e15d9b3 (diff)
downloadgsoc2013-evolution-68d73b10b22a2ba0e022b812321bc435e04c4867.tar
gsoc2013-evolution-68d73b10b22a2ba0e022b812321bc435e04c4867.tar.gz
gsoc2013-evolution-68d73b10b22a2ba0e022b812321bc435e04c4867.tar.bz2
gsoc2013-evolution-68d73b10b22a2ba0e022b812321bc435e04c4867.tar.lz
gsoc2013-evolution-68d73b10b22a2ba0e022b812321bc435e04c4867.tar.xz
gsoc2013-evolution-68d73b10b22a2ba0e022b812321bc435e04c4867.tar.zst
gsoc2013-evolution-68d73b10b22a2ba0e022b812321bc435e04c4867.zip
Added some FIXME's for code cleanup.
2008-07-17 Chenthill Palanisamy <pchenthill@novell.com> * itip-formatter.c: (view_response_cb): Added some FIXME's for code cleanup. svn path=/trunk/; revision=35749
Diffstat (limited to 'plugins')
-rw-r--r--plugins/itip-formatter/ChangeLog5
-rw-r--r--plugins/itip-formatter/itip-formatter.c2
2 files changed, 7 insertions, 0 deletions
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 <pchenthill@novell.com>
+
+ * itip-formatter.c: (view_response_cb): Added some
+ FIXME's for code cleanup.
+
2008-07-16 Sankar P <psankar@novell.com>
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;