[gnome-shell/gbsneto/folder-improvements] appDisplay: Move to rename folder location



commit 8ceabbb9cdec395c197b0a8f875f5913deeecf19
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Wed Dec 4 17:10:40 2019 -0300

    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 2dcf866e4f..3b70cd5c0e 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() {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]