D8616: [System Tray] Sort Entries by name

David Edmundson noreply at phabricator.kde.org
Thu Nov 2 13:25:25 UTC 2017


davidedmundson added a comment.


  There is a bug that I know of in < 5.9.2 if you have a crash after I want to know about it.

INLINE COMMENTS

> ConfigEntries.qml:95
> +        list.sort(function(a, b) {
> +            if (a.name < b.name) {
> +                return -1;

return a .localeCompare(b)

REPOSITORY
  R120 Plasma Workspace

REVISION DETAIL
  https://phabricator.kde.org/D8616

To: broulik, #plasma
Cc: davidedmundson, plasma-devel, ZrenBot, progwolff, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20171102/366e4c2b/attachment.html>


More information about the Plasma-devel mailing list