summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2011-07-20 17:52:17 +0200
committerRemi Collet <fedora@famillecollet.com>2011-07-20 17:52:17 +0200
commit045240739ede6728d5198f101ff110328f5d31c1 (patch)
treef25223b479c4de85896acee74c1c98a03e1f5a32
parent185ed5b207d14e8b0588036b3533421333cfb28a (diff)
thunderbird-lightning: app patch for wcap access with the patch
-rw-r--r--lightning-wcap.patch29
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 {