background: fix multimonitor background placement in overview

This is like the previous commit but for monitor index, instead
of effects.

https://bugzilla.gnome.org/show_bug.cgi?id=696712
This commit is contained in:
Ray Strode 2013-03-27 12:12:48 -04:00
parent 76590d6c69
commit 78e011d558

View File

@ -242,6 +242,7 @@ const BackgroundCache = new Lang.Class({
this._loadImageContent({ filename: params.filename,
style: params.style,
effects: params.effects,
monitorIndex: params.monitorIndex,
cancellable: params.cancellable,
onFinished: params.onFinished });