Misc. style changes
Matching 20091114 mockup. https://bugzilla.gnome.org/show_bug.cgi?id=605491
This commit is contained in:
@ -30,7 +30,7 @@ StatusMenu.prototype = {
|
||||
this._user = this._gdm.get_user(GLib.get_user_name());
|
||||
this._presence = new GnomeSessionPresence();
|
||||
|
||||
this.actor = new St.BoxLayout({ name: 'StatusMenu' });
|
||||
this.actor = new St.BoxLayout({ name: 'statusMenu' });
|
||||
this.actor.connect('destroy', Lang.bind(this, this._onDestroy));
|
||||
|
||||
this._iconBox = new St.Bin();
|
||||
|
Reference in New Issue
Block a user