Revert commit 1170798 as it caused a crash under certain circumstances

git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1170826 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
v3.5.13-sru
tpearson 14 years ago
parent c9c698138b
commit 4da5936526

@ -1126,9 +1126,6 @@ void KOAgenda::endItemAction()
mChanger->changeIncidence( oldIncSaved, inc, wc, this );
mActionItem->dissociateFromMultiItem();
mActionItem->setIncidence( incToChange );
// mActionItem does not exist any more, seeing as we just got done deleting it
// (by deleting/replacing the original incidence it was created from through
// user modification of said incidence) above!
@ -1147,6 +1144,9 @@ void KOAgenda::endItemAction()
break;
}
}
mActionItem->dissociateFromMultiItem();
mActionItem->setIncidence( incToChange );
}
}

Loading…
Cancel
Save