a little (typo) bug in folderview

Ömer Fadıl USTA omerusta at gmail.com
Sun Feb 17 04:17:05 UTC 2013


Hello
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)) {
-- 
Ömer Fadıl USTA
http://www.bilisimlab.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20130217/77d1e7be/attachment-0001.html>


More information about the Plasma-devel mailing list