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
This commit is contained in:
Ray Strode 2013-03-27 12:00:47 -04:00
parent 16dc6ce41a
commit 76590d6c69

View File

@ -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 });