iconGrid: Rename ::key-focus-in signal
As part of our quest to obsolete Shell.GenericContainer, IconGrid will become a Clutter.Actor subclass. As the ::key-focus-in signal would clash with Clutter.Actor::key-focus-in, rename it to ::child-focused. https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/153
This commit is contained in:
@ -238,7 +238,7 @@ var IconGrid = new Lang.Class({
|
||||
},
|
||||
|
||||
_keyFocusIn(actor) {
|
||||
this.emit('key-focus-in', actor);
|
||||
this.emit('child-focused', actor);
|
||||
},
|
||||
|
||||
_childAdded(grid, child) {
|
||||
|
Reference in New Issue
Block a user