dash: Fix typo

Whoops, how did this make it through review?
This commit is contained in:
Florian Müllner 2013-08-31 19:52:21 +02:00
parent e26a6ea71b
commit 5753eb6682

View File

@ -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));