Convert users of static functions to new gjs syntax

svn path=/trunk/; revision=86
This commit is contained in:
Colin Walters
2008-11-26 19:14:18 +00:00
parent cedab08018
commit 3d41f586fc
6 changed files with 17 additions and 17 deletions

View File

@ -22,7 +22,7 @@ function Panel() {
Panel.prototype = {
_init : function() {
let global = Shell.global_get();
let global = Shell.Global.get();
this._group = new Clutter.Group();
@ -101,7 +101,7 @@ Panel.prototype = {
// Struts determine the area along each side of the screen that is reserved
// and not available to applications
_setStruts: function() {
let global = Shell.global_get();
let global = Shell.Global.get();
let struts = [
new Meta.Strut({