From 76590d6c6908ff1d1ea7961ea6fd27cfc99d4d72 Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Wed, 27 Mar 2013 12:00:47 -0400 Subject: [PATCH] background: fix vignette in overview We no longer apply background effects when loading backgrounds. This commit fixes that. https://bugzilla.gnome.org/show_bug.cgi?id=696712 --- js/ui/background.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/ui/background.js b/js/ui/background.js index 8c2870c45..3cebe4e81 100644 --- a/js/ui/background.js +++ b/js/ui/background.js @@ -241,6 +241,7 @@ const BackgroundCache = new Lang.Class({ } else { this._loadImageContent({ filename: params.filename, style: params.style, + effects: params.effects, cancellable: params.cancellable, onFinished: params.onFinished });