diff options
| author | Marco Barisione <marco.barisione@collabora.co.uk> | 2014-04-04 09:40:06 +0100 |
|---|---|---|
| committer | Marco Barisione <marco.barisione@collabora.co.uk> | 2014-04-04 09:40:06 +0100 |
| commit | 3808c9dcbe0c5d56356f58938344eced3756b3fa (patch) | |
| tree | e2097637cb56d2fbe1274523cccf22b588eaa9d2 | |
| parent | d24e3b402d76453e0d43f4545f83d75519807c0e (diff) | |
| download | graynard-3808c9dcbe0c5d56356f58938344eced3756b3fa.tar.gz graynard-3808c9dcbe0c5d56356f58938344eced3756b3fa.zip | |
clock: use the muted volume icon as initial icon
If sound doesn't work is nicer to show a “no sound” icon.
| -rw-r--r-- | shell/clock.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
