Skip to content

Devicenotifier applet: fix BUG 438874 and rework sanity checks

Fabio Bas requested to merge ctrlaltca/plasma-workspace:devicenotifier into master

While debugging BUG 438874 i found out the sanity checks in DeviceItem to be quite confusing, so i rewrote part of that code adding a new isRemovable property that makes the code more readable. The bug itself is fixed by updating the connectedSource property of the soliddevice datasource when the new source gets added in the hotplug datasource.

Merge request reports