From fdc08325065d464ea05e669d6f2a4889fe0b1d58 Mon Sep 17 00:00:00 2001 From: Giovanni Campagna Date: Tue, 20 Aug 2013 00:51:34 +0200 Subject: [PATCH] ScreenShield: use the screensaver background Now that that's configurable in the control center, we should use the appropriate background here. https://bugzilla.gnome.org/show_bug.cgi?id=688210 --- js/ui/screenShield.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js/ui/screenShield.js b/js/ui/screenShield.js index f375735dc..942f3ebdd 100644 --- a/js/ui/screenShield.js +++ b/js/ui/screenShield.js @@ -599,7 +599,8 @@ const ScreenShield = new Lang.Class({ let bgManager = new Background.BackgroundManager({ container: widget, monitorIndex: monitorIndex, - controlPosition: false }); + controlPosition: false, + settingsSchema: SCREENSAVER_SCHEMA }); this._bgManagers.push(bgManager);