[Korganizer-devel] [Bug 171787] korganizer crashed on scrolling the weekview

Sergio Martins (ld50) iamsergio at gmail.com
Mon Feb 9 22:37:27 CET 2009


http://bugs.kde.org/show_bug.cgi?id=171787





--- Comment #3 from Sergio Martins (ld50) <iamsergio gmail com>  2009-02-09 22:37:26 ---
SVN commit 924015 by smartins:

requestClose() must be called before save() because save() causes
resourceClosed() to be called.

Currently, the first time a resource is closed it doesn't really get closed but
it stays marked to be closed (because of 
requestClose()), then, when a normal save comes, like when you add an
incidence, closeResource() will close the resource because 
there's a pending close request, all incidences are freed and you get a
KOAgendaItem::paintEvent() crash.

CCBUG: 171651
CCBUG: 171787


 M  +3 -1      resourceview.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=924015


-- 
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Korganizer-devel mailing list