diff options
-rw-r--r-- | lightning-wcap.patch | 29 |
1 files changed, 29 insertions, 0 deletions
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 { |