js: Stop using ClutterContainer API
These have been long deprecated over in clutter, and (via several vtables) simply forward the call to the equivalent ClutterActor methods Save ourselves the hassle and just use ClutterActor methods directly Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3010>
This commit is contained in:
@ -74,8 +74,8 @@ export class ScreenShield extends Signals.EventEmitter {
|
||||
name: 'lockDialogGroup',
|
||||
});
|
||||
|
||||
this.actor.add_actor(this._lockScreenGroup);
|
||||
this.actor.add_actor(this._lockDialogGroup);
|
||||
this.actor.add_child(this._lockScreenGroup);
|
||||
this.actor.add_child(this._lockDialogGroup);
|
||||
|
||||
this._presence = new GnomeSession.Presence((proxy, error) => {
|
||||
if (error) {
|
||||
|
Reference in New Issue
Block a user