[telepathy] [Bug 314400] KTelepathy crashes after settings dialog closes

Sven Brauch svenbrauch at googlemail.com
Thu May 2 18:11:38 BST 2013


https://bugs.kde.org/show_bug.cgi?id=314400

Sven Brauch <svenbrauch at googlemail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED
      Latest Commit|                            |http://commits.kde.org/tele
                   |                            |pathy-accounts-kcm/0518aa05
                   |                            |a2e8f9811cc323757e1f6fcacc7
                   |                            |59d41

--- Comment #3 from Sven Brauch <svenbrauch at googlemail.com> ---
Git commit 0518aa05a2e8f9811cc323757e1f6fcacc759d41 by Sven Brauch.
Committed on 02/05/2013 at 19:06.
Pushed by brauch into branch 'master'.

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.

M  +4    -2    src/kcm-telepathy-accounts.cpp

http://commits.kde.org/telepathy-accounts-kcm/0518aa05a2e8f9811cc323757e1f6fcacc759d41

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Kde-telepathy-bugs mailing list