Misc. style changes

Matching 20091114 mockup.

https://bugzilla.gnome.org/show_bug.cgi?id=605491
This commit is contained in:
Colin Walters
2009-12-25 12:49:23 -05:00
parent 5202dd5157
commit 7043215f5e
2 changed files with 9 additions and 15 deletions

View File

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