volume: Adjust to icon name changes

The headphone icon gained an audio- prefix, use that instead of
the old name.
This commit is contained in:
Florian Müllner 2013-05-14 14:27:33 +02:00
parent fab02ae82f
commit ff3f9bdd7d

View File

@ -307,7 +307,7 @@ const Indicator = new Lang.Class({
this._headphoneIcon.visible = value;
}));
this._headphoneIcon = this.addIcon(new Gio.ThemedIcon({ name: 'headphones-symbolic' }));
this._headphoneIcon = this.addIcon(new Gio.ThemedIcon({ name: 'audio-headphones-symbolic' }));
this._headphoneIcon.visible = false;
this.menu.addMenuItem(this._volumeMenu);