From 59a43f496d6c8216a5634af05e3bf9100e00ae1e Mon Sep 17 00:00:00 2001 From: Georges Basile Stavracas Neto Date: Wed, 4 Dec 2019 17:10:40 -0300 Subject: [PATCH] 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 --- js/ui/appDisplay.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/ui/appDisplay.js b/js/ui/appDisplay.js index 2dcf866e4..3b70cd5c0 100644 --- a/js/ui/appDisplay.js +++ b/js/ui/appDisplay.js @@ -437,6 +437,7 @@ var AllView = GObject.registerClass({ this._grid.removeItem(item); this._grid.addItem(item, newIdx); + this.selectApp(item.id); } _refilterApps() {