From ff3f9bdd7d5481f7a5e6f6d1303a3ae5d4c94ac5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Tue, 14 May 2013 14:27:33 +0200 Subject: [PATCH] volume: Adjust to icon name changes The headphone icon gained an audio- prefix, use that instead of the old name. --- js/ui/status/volume.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ui/status/volume.js b/js/ui/status/volume.js index 8075496d3..f4577b448 100644 --- a/js/ui/status/volume.js +++ b/js/ui/status/volume.js @@ -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);