a little (typo) bug in folderview
Aaron J. Seigo
aseigo at kde.org
Sun Feb 17 11:27:40 UTC 2013
> in plasma/applets/folderview/folderview.cpp : 556
> there is a if statement which have same variable names around != in
> condition checking (second part )
> if ((m_sortColumn != sortColumn) || (m_sortOrder != m_sortOrder)) {
> probably it must be
> if ((m_sortColumn != sortColumn) || (m_sortOrder != sortOrder)) {
Thanks Ömer; I've fixed this now in 4.10 and master
--
Aaron J. Seigo
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part.
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20130217/6e41878b/attachment.sig>
More information about the Plasma-devel
mailing list