Load correct wallpaper plugin configuration in the dialog

Authored by aleksejshilin on Mar 9 2018, 7:18 PM.

Description

Load correct wallpaper plugin configuration in the dialog

Summary:
Wallpaper plugin was previously set for configDialog after StackView.
The latter, however, is using the former in its onSourceFileChanged
signal handler. As the result, it was using the previous wallpaper
plugin configuration instead of the current one.

Test Plan:

  1. Right-click the desktop and click Configure Desktop.
  2. Select Wallpaper Type -> Plain Color. Click the chooser button and select green. Hit Apply.
  3. Select Wallpaper Type -> Haenau and click Apply.
  4. Select Plain Color type again. The color should still be green.

Reviewers: Plasma, mart, davidedmundson

Reviewed By: Plasma, davidedmundson

Subscribers: davidedmundson, plasma-devel

Tags: Plasma

Differential Revision: https://phabricator.kde.org/D11194

Details