----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/128889/ -----------------------------------------------------------
(Updated Sept. 11, 2016, 4:16 p.m.) Status ------ This change has been marked as submitted. Review request for KDE Frameworks and David Faure. Repository: kio Description ------- KFileItem::overlays always returns a string list with an empty string as the list's first element. For example, for a symlink the list will be like this: {"", emblem-symbiolic-link} and for a plain text file it'll be like : {""} (here it should be completely empty, size=0) This patch attempts to fix the issue. Diffs ----- src/core/kfileitem.cpp b5ed5fd Diff: https://git.reviewboard.kde.org/r/128889/diff/ Testing ------- Thanks, Chinmoy Ranjan Pradhan