From d3905734c16bfe5814dfdd7c08baa2fcfebfba90 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Mon, 13 Jan 2014 18:21:03 -0500 Subject: [PATCH] background: Remove unused argument --- js/ui/background.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ui/background.js b/js/ui/background.js index 8d0b5f194..f4d486cf4 100644 --- a/js/ui/background.js +++ b/js/ui/background.js @@ -565,7 +565,7 @@ const Background = new Lang.Class({ _load: function () { this._cache = getBackgroundCache(); - this._loadPattern(this._cache); + this._loadPattern(); this._style = this._settings.get_enum(BACKGROUND_STYLE_KEY); if (this._style == GDesktopEnums.BackgroundStyle.NONE) {