evolution r35749 - trunk/plugins/itip-formatter



Author: pchen
Date: Thu Jul 17 07:20:16 2008
New Revision: 35749
URL: http://svn.gnome.org/viewvc/evolution?rev=35749&view=rev

Log:
2008-07-17  Chenthill Palanisamy  <pchenthill novell com>

        * itip-formatter.c: (view_response_cb): Added some 
        FIXME's for code cleanup.                                               



Modified:
   trunk/plugins/itip-formatter/ChangeLog
   trunk/plugins/itip-formatter/itip-formatter.c

Modified: trunk/plugins/itip-formatter/itip-formatter.c
==============================================================================
--- trunk/plugins/itip-formatter/itip-formatter.c	(original)
+++ trunk/plugins/itip-formatter/itip-formatter.c	Thu Jul 17 07:20:16 2008
@@ -1652,6 +1652,7 @@
 		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 @@
 			break;
 	}
 
+	/* FIXME Remove this and handle this at the groupwise mail provider */
 	if (delete_invitation_from_cache) {
 		CamelFolderChangeInfo *changes = NULL;
 		const char *tag = NULL;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]