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:
Florian Müllner
2023-11-14 15:01:25 +01:00
committed by Marge Bot
parent d10b98c4fc
commit 0d5d06fdd7
+1 -1
View File
@@ -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 => {