D7056: Fix bug #378513: akregator crash on session restore

Anthony Fieroni noreply at phabricator.kde.org
Wed Aug 2 05:29:41 BST 2017


anthonyfieroni added a comment.


  https://phabricator.kde.org/D6739 In restore session central widget got deleted which trigger part to delete itself.

INLINE COMMENTS

> mainwidget.cpp:348-349
> +
> +    Kernel::self()->frameManager()->slotRemoveMainFrame(m_mainFrame);
>      delete m_mainFrame;
>      m_mainFrame = 0;

Rather than add new slot does it better to use

  Kernel::self()->frameManager()->slotRemoveFrame(m_mainFrame->id());

REPOSITORY
  R201 Akregator

REVISION DETAIL
  https://phabricator.kde.org/D7056

To: mtijink, #kde_pim
Cc: anthonyfieroni, #kde_pim, dvasin, winterz, vkrause, mlaurent, knauss, dvratil
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-pim/attachments/20170802/1e82090a/attachment.html>


More information about the kde-pim mailing list