wallpaper configuration separed by plugin
don't let different plugins step on each other toes when configuring, if i get back to an old plugin, it gets correctly restored where i was
This commit is contained in:
parent
8a5f3dc5a7
commit
c73085f66a
@ -98,6 +98,7 @@ KConfigLoader *WallpaperInterface::configScheme()
|
|||||||
|
|
||||||
KConfigGroup cfg = m_containmentInterface->containment()->config();
|
KConfigGroup cfg = m_containmentInterface->containment()->config();
|
||||||
cfg = KConfigGroup(&cfg, "Wallpaper");
|
cfg = KConfigGroup(&cfg, "Wallpaper");
|
||||||
|
cfg = KConfigGroup(&cfg, m_wallpaperPlugin);
|
||||||
|
|
||||||
if (xmlPath.isEmpty()) {
|
if (xmlPath.isEmpty()) {
|
||||||
m_configLoader = new KConfigLoader(cfg, 0, this);
|
m_configLoader = new KConfigLoader(cfg, 0, this);
|
||||||
|
Loading…
Reference in New Issue
Block a user