summaryrefslogtreecommitdiffstats
path: root/lightning-wcap.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2011-10-01 09:08:45 +0200
committerRemi Collet <fedora@famillecollet.com>2011-10-01 09:08:45 +0200
commitbe7c697bc025d408470130c85be6a0fe1935d721 (patch)
treeca8ae0d38a8b995abc389cc437eaf36bcc4f6ad3 /lightning-wcap.patch
parent0e35b57279477c7c6f1fd3758b349a5960423790 (diff)
lightning 1.0b7, synced with rawhide
Diffstat (limited to 'lightning-wcap.patch')
-rw-r--r--lightning-wcap.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/lightning-wcap.patch b/lightning-wcap.patch
deleted file mode 100644
index 6759ca8..0000000
--- a/lightning-wcap.patch
+++ /dev/null
@@ -1,29 +0,0 @@
---- 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 {