diff --git a/js/ui/background.js b/js/ui/background.js index 1d9f55c8a..885e96ba6 100644 --- a/js/ui/background.js +++ b/js/ui/background.js @@ -188,6 +188,7 @@ const BackgroundCache = new Lang.Class({ if (content && pendingLoad.callers[j].shouldCopy) { newContent = content.copy(pendingLoad.callers[j].monitorIndex, pendingLoad.callers[j].effects); + this._images.push(newContent); } else { newContent = content; }