apps-menu: Adjust to ClutterContainer removal
The `actor-added` signal got renamed to `child-added` when moving it to ClutterActor. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/288>
This commit is contained in:
committed by
Marge Bot
parent
d10b98c4fc
commit
0d5d06fdd7
@@ -255,7 +255,7 @@ class DesktopTarget extends EventEmitter {
|
||||
this._desktopDestroyedId = 0;
|
||||
|
||||
this._windowAddedId =
|
||||
global.window_group.connect('actor-added',
|
||||
global.window_group.connect('child-added',
|
||||
this._onWindowAdded.bind(this));
|
||||
|
||||
global.get_window_actors().forEach(a => {
|
||||
|
||||
Reference in New Issue
Block a user