----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/128889/#review99094 -----------------------------------------------------------
Ship it! Ship It! - David Faure On sep. 11, 2016, 3:40 après-midi, Chinmoy Ranjan Pradhan wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://git.reviewboard.kde.org/r/128889/ > ----------------------------------------------------------- > > (Updated sep. 11, 2016, 3:40 après-midi) > > > 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 > >