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:
Florian Müllner
2020-05-28 02:26:28 +02:00
parent 60ad2e37ff
commit f96943a4dc
+1 -1
View File
@@ -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));