window-list: Replace allocation-changed signal
It has been removed in favor of notify::allocation. https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/122
This commit is contained in:
@@ -224,7 +224,7 @@ const BaseButton = GObject.registerClass({
|
||||
button_mask: St.ButtonMask.ONE | St.ButtonMask.THREE,
|
||||
});
|
||||
|
||||
this.connect('allocation-changed',
|
||||
this.connect('notify::allocation',
|
||||
this._updateIconGeometry.bind(this));
|
||||
this.connect('clicked', this._onClicked.bind(this));
|
||||
this.connect('destroy', this._onDestroy.bind(this));
|
||||
|
||||
Reference in New Issue
Block a user