userMenu: belatedly rename CSS to match the new filename

https://bugzilla.gnome.org/show_bug.cgi?id=651299
This commit is contained in:
Dan Winship 2011-09-07 12:23:27 -04:00
parent f2f2898fe3
commit 0febcbfa2a
2 changed files with 2 additions and 2 deletions

View File

@ -371,7 +371,7 @@ StTooltip StLabel {
-boxpointer-gap: 4px
}
#panelStatusMenu {
#panelUserMenu {
spacing: 4px;
}

View File

@ -368,7 +368,7 @@ UserMenuButton.prototype = {
_init: function() {
PanelMenu.Button.prototype._init.call(this, 0.0);
let box = new St.BoxLayout({ name: 'panelStatusMenu' });
let box = new St.BoxLayout({ name: 'panelUserMenu' });
this.actor.set_child(box);
this._lockdownSettings = new Gio.Settings({ schema: LOCKDOWN_SCHEMA });