Page MenuHomePhorge

D21.1774880262.diff
No OneTemporary

Authored By
Unknown
Size
759 B
Referenced Files
None
Subscribers
None

D21.1774880262.diff

Index: kcalutils/incidenceformatter.cpp
===================================================================
--- kcalutils/incidenceformatter.cpp
+++ kcalutils/incidenceformatter.cpp
@@ -3048,7 +3048,8 @@
const Incidence::List list = helper->calendar()->incidences();
for (Incidence::List::ConstIterator it = list.begin(), end = list.end(); it != end; ++it) {
if ((*it)->schedulingID() == incBase->uid() &&
- incidenceOwnedByMe(helper->calendar(), *it)) {
+ incidenceOwnedByMe(helper->calendar(), *it) &&
+ (*it)->recurrenceId() == incBase->recurrenceId()) {
existingIncidence = *it;
break;
}

File Metadata

Mime Type
text/plain
Expires
Mon, Mar 30, 2:17 PM (1 w, 7 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18813231
Default Alt Text
D21.1774880262.diff (759 B)

Event Timeline