[gnome-shell/wip/screen-shield: 3/3] Change from St.Group to St.Widget
- From: Marina Zhurakhinskaya <marinaz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/screen-shield: 3/3] Change from St.Group to St.Widget
- Date: Mon, 26 Mar 2012 21:14:13 +0000 (UTC)
commit a8b2c134170600aa00a485bd64503c11c24cc303
Author: Marina Zhurakhinskaya <marinaz redhat com>
Date: Mon Mar 26 14:26:24 2012 -0400
Change from St.Group to St.Widget
js/ui/screenShield.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/js/ui/screenShield.js b/js/ui/screenShield.js
index 0c460bc..be3315e 100644
--- a/js/ui/screenShield.js
+++ b/js/ui/screenShield.js
@@ -37,8 +37,8 @@ const ScreenShield = new Lang.Class({
this._settings = new Gio.Settings({ schema: SCREENSAVER_SCHEMA });
- this._group = new St.Group({ x: 0,
- y: 0 });
+ this._group = new St.Widget({ x: 0,
+ y: 0 });
Main.uiGroup.add_actor(this._group);
let constraint = new Clutter.BindConstraint({ source: global.stage,
coordinate: Clutter.BindCoordinate.POSITION | Clutter.BindCoordinate.SIZE });
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]