[Bug 147602] Incidence::removeRelation does nothing, really
tstaerk
dev at staerk.de
Sat Jul 14 14:07:17 BST 2007
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=147602
dev staerk de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From dev staerk de 2007-07-14 15:07 -------
SVN commit 687820 by tstaerk:
Really remove relatedUids.
BUGS:147602
--This linie, and those below, will be ignored--
M libkcal/incidence.cpp
M +3 -0 incidence.cpp
--- branches/KDE/3.5/kdepim/libkcal/incidence.cpp #687819:687820
@ -321,9 +321,12 @
}
void Incidence::removeRelation(Incidence *event)
+// Remove the relation of our incident. E.g. if you have a task t and a
+// subtask, the subtask will have its relation to the task t.
{
mRelations.removeRef(event);
// if (event->getRelatedTo() == this) event->setRelatedTo(0);
+ mRelatedToUid=QString();
}
More information about the Kdepim-bugs
mailing list