Revision 0518aa0...
Go back to digest for 5th May 2013Bug Fixes in Networking Tools
Sven Brauch committed changes in [ktp-accounts-kcm] src/kcm-telepathy-accounts.cpp:
Avoid warning messages when closing the settings dialog
KWidgetItemDelegate doesn't like it if its view is deleted before
the delegate itself. This happens though if the delegate is
parented to the dialog itself, since the dialog will delete the UI
in its destructor (thus deleting the view), but the delegate is only
deleted by ~QObject's deleteChildren() call (which happens later).
Parenting the delegates to the dialog's main layout instead
prevents the problem.
This might fix crash bug 314400, but it's not clear if it will.
File Changes
Modified 1 files
- src/kcm-telepathy-accounts.cpp
1 files changed in total