https://bugs.kde.org/show_bug.cgi?id=362586
--- Comment #8 from Sebastian Kügler <se...@kde.org> --- Git commit d80fedea86d613c4039f543a898f177e887d22c4 by Sebastian Kügler. Committed on 06/05/2016 at 12:00. Pushed by sebas into branch 'master'. validate the config before checking if it can be applied Summary: canBeApplied is public API, it shouldn't blow up when passed an invalid config, but indicate (correctly!) that this "config" can't be applied. This is called a bit carelessly from the kded daemon. I've fixed it there as well, but it seems prudent to also make sure in libkscreen that the user doesn't do stupid things. Test Plan: autotests pass Reviewers: #plasma, graesslin Reviewed By: #plasma, graesslin Subscribers: graesslin, plasma-devel Projects: #plasma Differential Revision: https://phabricator.kde.org/D1532 M +3 -0 autotests/testscreenconfig.cpp M +4 -0 src/config.cpp http://commits.kde.org/libkscreen/d80fedea86d613c4039f543a898f177e887d22c4 -- You are receiving this mail because: You are watching all bug changes.