From 5753eb6682c87069a586548bbd8c8eca607f8680 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Sat, 31 Aug 2013 19:52:21 +0200 Subject: [PATCH] dash: Fix typo Whoops, how did this make it through review? --- js/ui/dash.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ui/dash.js b/js/ui/dash.js index 3e45c32f6..13651fa4c 100644 --- a/js/ui/dash.js +++ b/js/ui/dash.js @@ -425,7 +425,7 @@ const Dash = new Lang.Class({ this._appSystem.connect('installed-changed', Lang.bind(this, function() { AppFavorites.getAppFavorites().reload(); - his._queueRedisplay(); + this._queueRedisplay(); })); AppFavorites.getAppFavorites().connect('changed', Lang.bind(this, this._queueRedisplay)); this._appSystem.connect('app-state-changed', Lang.bind(this, this._queueRedisplay));