https://bugs.kde.org/show_bug.cgi?id=377050
--- Comment #13 from David Edmundson <k...@davidedmundson.co.uk> --- Git commit 4421cc3041b9d172378ba5774241f7079f802073 by David Edmundson. Committed on 20/04/2017 at 10:56. Pushed by davidedmundson into branch 'Plasma/5.9'. Don't remove other applets in SystemTray::cleanupTask Summary: We can get into a state where we have applets with broken metadata. (which is a different bug) Someone clearly wrote this code to try and guard against accessing an invalid metadata when checking names, but instead made it so that when we try to remove a specific task in the system tray we accidentally also remove up any of these applets as well, which doesn't make much sense. Reviewers: #plasma, mart Reviewed By: mart Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D5422 M +1 -1 applets/systemtray/systemtray.cpp https://commits.kde.org/plasma-workspace/4421cc3041b9d172378ba5774241f7079f802073 -- You are receiving this mail because: You are watching all bug changes.