More global-ization

This commit is contained in:
Dan Winship
2009-09-11 17:23:23 -04:00
parent 3029a4086b
commit d8cabbee0b
8 changed files with 16 additions and 29 deletions

View File

@ -66,7 +66,7 @@ function AppPanelMenu() {
AppPanelMenu.prototype = {
_init: function() {
this._metaDisplay = Shell.Global.get().screen.get_display();
this._metaDisplay = global.screen.get_display();
this._focusedApp = null;
this._activeSequence = null;