dash: Fix typo
Whoops, how did this make it through review?
This commit is contained in:
parent
e26a6ea71b
commit
5753eb6682
@ -425,7 +425,7 @@ const Dash = new Lang.Class({
|
|||||||
|
|
||||||
this._appSystem.connect('installed-changed', Lang.bind(this, function() {
|
this._appSystem.connect('installed-changed', Lang.bind(this, function() {
|
||||||
AppFavorites.getAppFavorites().reload();
|
AppFavorites.getAppFavorites().reload();
|
||||||
his._queueRedisplay();
|
this._queueRedisplay();
|
||||||
}));
|
}));
|
||||||
AppFavorites.getAppFavorites().connect('changed', Lang.bind(this, this._queueRedisplay));
|
AppFavorites.getAppFavorites().connect('changed', Lang.bind(this, this._queueRedisplay));
|
||||||
this._appSystem.connect('app-state-changed', Lang.bind(this, this._queueRedisplay));
|
this._appSystem.connect('app-state-changed', Lang.bind(this, this._queueRedisplay));
|
||||||
|
Loading…
Reference in New Issue
Block a user