[evolution-ews] Remove comments, we fixed the attachments ids



commit 89d12836d9ee8e4d018e3cf901fac6c5c6a0dd24
Author: Pavel Ocheretny <pocheretny src gnome org>
Date:   Tue Aug 2 21:23:39 2011 +0300

    Remove comments, we fixed the attachments ids

 src/calendar/e-cal-backend-ews.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/calendar/e-cal-backend-ews.c b/src/calendar/e-cal-backend-ews.c
index 48b493a..44423b9 100644
--- a/src/calendar/e-cal-backend-ews.c
+++ b/src/calendar/e-cal-backend-ews.c
@@ -1241,7 +1241,6 @@ ews_create_attachments_cb(GObject *object, GAsyncResult *res, gpointer user_data
 		icalprop = icalcomponent_get_next_property (icalcomp, ICAL_X_PROPERTY);
 	}
 
-	/* TODO: are we setting the correct attachment ids ? */
 	icalprop = icalcomponent_get_first_property (icalcomp, ICAL_ATTACH_PROPERTY);
 	i = ids;
 	for (; i && icalprop; i = i->next, icalprop = icalcomponent_get_next_property (icalcomp, ICAL_ATTACH_PROPERTY)) {



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