From 3808c9dcbe0c5d56356f58938344eced3756b3fa Mon Sep 17 00:00:00 2001 From: Marco Barisione Date: Fri, 4 Apr 2014 09:40:06 +0100 Subject: clock: use the muted volume icon as initial icon MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit If sound doesn't work is nicer to show a “no sound” icon. --- shell/clock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/clock.c') diff --git a/shell/clock.c b/shell/clock.c index 6339055..180f121 100644 --- a/shell/clock.c +++ b/shell/clock.c @@ -155,7 +155,7 @@ create_volume_box (MaynardClock *self) box = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 0); self->priv->volume_image = gtk_image_new_from_icon_name ( - "audio-volume-high-symbolic", + "audio-volume-muted-symbolic", GTK_ICON_SIZE_LARGE_TOOLBAR); gtk_box_pack_start (GTK_BOX (box), self->priv->volume_image, FALSE, FALSE, 0); -- cgit v1.3.1