https://bugs.kde.org/show_bug.cgi?id=375532
David Edmundson <k...@davidedmundson.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED Latest Commit| |https://commits.kde.org/pla | |sma-workspace/a9f5ada73bf86 | |a145e057eff188f45dfdf61917a --- Comment #1 from David Edmundson <k...@davidedmundson.co.uk> --- Git commit a9f5ada73bf86a145e057eff188f45dfdf61917a by David Edmundson. Committed on 26/01/2017 at 16:17. Pushed by davidedmundson into branch 'Plasma/5.9'. When swapping Wallpapers, save the config to file, not just to propertymap Summary: ContainmentConfigView has a special code path for wallpaper configs where, if you change wallpaper type, it will create a temporary config ConfigPropertyMap, then copy it over to the real config when the containment actually changes. ConfigPropertyMap does not call valueChanged() on insertion (See QQmlPropertyMap), and we only write the value into the actual KConfigSkeleton on valueChange. Test Plan: Start plasma with image wallpaper Set to colour wallpaper and save colour Hit apply Close plasma Start plasma Before the correct colour wouldn't be loaded. Now it is. Reviewers: #plasma, mart Reviewed By: mart Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D4285 M +3 -1 shell/containmentconfigview.cpp https://commits.kde.org/plasma-workspace/a9f5ada73bf86a145e057eff188f45dfdf61917a -- You are receiving this mail because: You are watching all bug changes.