Revision 9aaa248...
Go back to digest for 12th August 2012Optimization in KDE Base
Albert Astals Cid committed changes in [kdelibs/KDE/4.9] kdeui/dialogs/kaboutapplicationdialog.cpp:
Fix Warning messages when closing About popup
There is a too agressive check in KWidgetItemDelegateEventListener that complains about
"User of KWidgetItemDelegate should not delete widgets created by createItemWidgets!"
when closing an about dialog.
I tried making it less agressive but since i could not, i'm just deleting things in a different order in the destruction of KAboutApplicationDialog so that the warning is not triggered and our users get angry
REVIEW: 105627
FIXED-IN: 4.9.1
File Changes
Modified 1 files
- kdeui/dialogs/kaboutapplicationdialog.cpp
1 files changed in total