appDisplay: Move to rename folder location

Following the same reasoning of the previous commit, move to
the renamed folder location.

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/883
This commit is contained in:
Georges Basile Stavracas Neto 2019-12-04 17:10:40 -03:00 committed by Florian Müllner
parent d28bc7afe6
commit 59a43f496d

View File

@ -437,6 +437,7 @@ var AllView = GObject.registerClass({
this._grid.removeItem(item);
this._grid.addItem(item, newIdx);
this.selectApp(item.id);
}
_refilterApps() {