From 045240739ede6728d5198f101ff110328f5d31c1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 20 Jul 2011 17:52:17 +0200 Subject: thunderbird-lightning: app patch for wcap access with the patch --- lightning-wcap.patch | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 lightning-wcap.patch (limited to 'lightning-wcap.patch') diff --git a/lightning-wcap.patch b/lightning-wcap.patch new file mode 100644 index 0000000..6759ca8 --- /dev/null +++ b/lightning-wcap.patch @@ -0,0 +1,29 @@ +--- comm-miramar/calendar/providers/wcap/calWcapCalendarItems.js.wcap 2011-07-20 17:12:33.263995206 +0200 ++++ comm-miramar/calendar/providers/wcap/calWcapCalendarItems.js 2011-07-20 17:12:56.322068020 +0200 +@@ -973,8 +973,6 @@ + items.push(item); + } + } +- +- cal.processPendingEvent(); + } + + // tag "exceptions", i.e. items with rid: +@@ -1009,8 +1007,6 @@ + } + + parent.recurrenceInfo.modifyException(item, true); +- +- cal.processPendingEvent(); + } + + if (itemFilter & calICalendar.ITEM_FILTER_CLASS_OCCURRENCES) { +@@ -1057,8 +1053,6 @@ + } + // only proxies returned: + items = items.concat(occurrences); +- +- cal.processPendingEvent(); + } + + } else { -- cgit