From 78e011d55873658957f680af079c3f6d22232497 Mon Sep 17 00:00:00 2001
From: Ray Strode <rstrode@redhat.com>
Date: Wed, 27 Mar 2013 12:12:48 -0400
Subject: [PATCH] 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
---
 js/ui/background.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/js/ui/background.js b/js/ui/background.js
index 3cebe4e81..88c79e225 100644
--- a/js/ui/background.js
+++ b/js/ui/background.js
@@ -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 });