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

Tuomas Nurmi <tuo...@norsumanageri.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tuo...@norsumanageri.org
             Status|REPORTED                    |CONFIRMED
     Ever confirmed|0                           |1

--- Comment #14 from Tuomas Nurmi <tuo...@norsumanageri.org> ---
Can reproduce. Add a podcast, right click it and select edit from popup menu.
Crash happens because buttonBox() of PodcastSettingsDialog is being called.
Although a QDialogButtonBox *buttonBox is constructed in the
PodcastSettingsDialog initializer function, it is never set with setButtonBox
(https://api.kde.org/frameworks/kwidgetsaddons/html/classKPageDialog.html#a578e1f998bcfefa2ac0420d36fce65b0).
Crash can be avoided by adding

setButtonBox(buttonBox);

as line 42 of src/core-impl/podcasts/sql/PodcastSettingsDialog.cpp

However, the layout of the dialog is still somewhat broken, I'll see if I
manage to write up a proper fix for that, too.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to