-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviewboard.kde.org/r/4124/
-----------------------------------------------------------
(Updated 2010-05-25 18:07:48.304935)
Review request for kdelibs and Plasma.
Summary
-------
This is essentially a workaround for the broken logic in
KPageWidgetItem::setHeader(). When no header text was supplied in
KConfigDialog::addPage(), a KPageWidgetItem was created with QString() as the
header text, which caused the header to be set, as setHeader checks for
header.isNull() and thus requires a QString(""). This patch makes sure that
when header==QString() in addPage, setHeader( QString("") ) is called.
Diffs
-----
/trunk/KDE/kdelibs/kdeui/dialogs/kconfigdialog.cpp 1130107
Diff: http://reviewboard.kde.org/r/4124/diff
Testing
-------
After applying the patch, no headers appear in the Plasma configuration
dialogs, which use KConfigDialog::addPage(QWidget *, QString &, QString &).
It doesn't break BC as the cnahge is done in a private class.
Thanks,
Ignat
_______________________________________________
Plasma-devel mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/plasma-devel