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:
Jasper St. Pierre
2012-02-14 11:33:26 -05:00
parent be3eb308b9
commit bb862e20c0
10 changed files with 18 additions and 328 deletions

View File

@ -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() {