st: Remove st-group
Now that ClutterActor/StWidget is concrete, we don't need it. https://bugzilla.gnome.org/show_bug.cgi?id=670034
This commit is contained in:
@ -126,8 +126,8 @@ const Overview = new Lang.Class({
|
||||
|
||||
this._spacing = 0;
|
||||
|
||||
this._group = new St.Group({ name: 'overview',
|
||||
reactive: true });
|
||||
this._group = new St.Widget({ name: 'overview',
|
||||
reactive: true });
|
||||
this._group._delegate = this;
|
||||
this._group.connect('style-changed',
|
||||
Lang.bind(this, function() {
|
||||
|
Reference in New Issue
Block a user