Revision 614236
Go back to digest for 17th December 2006Bug Fixes in KDE-PIM
Tom Albers committed changes in /trunk/playground/pim/mailody:
Fix bug nr 1 of the most hated list (although i seem to be the only voter). If you have multiple tabs open and in each tab a message from a different mailbox, changing tabs crashes Mailody as the pointer to the message data has been lost because of the mailbox switch.
This fix prevent the original pointer to be deleted when it is in use by the view. When the view is done with it, it will be deleted.
File Changes
Modified 7 files
- /trunk/playground/pim/mailody
- /TODO
- /src/headerlistview.cpp
- /src/headerlistview.h
- /src/mainwindow.cpp
- /src/messagedata.cpp
- /src/messagedata.h
- /src/messageview.cpp
7 files changed in total