summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2019-06-14 15:02:17 -0300
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2019-06-14 15:02:17 -0300
commit468022b708fc1a56154f3b0cc5af3b938fb3e9fb (patch)
tree9c6717de36348e55328d76cb5de133e184db7292
parent3f457453f031a2936ff267348107e6513be3aa27 (diff)
downloadlibgnome-volume-control-468022b708fc1a56154f3b0cc5af3b938fb3e9fb.tar.gz
mixer-control: Use the "emblem-system-symbolic" icon
As suggested by the last round of design review [1], use the "emblem-system-symbolic" icon with system sounds. [1] https://gitlab.gnome.org/GNOME/gnome-control-center/issues/548
-rw-r--r--gvc-mixer-control.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gvc-mixer-control.c b/gvc-mixer-control.c
index f16829d..c611a41 100644
--- a/gvc-mixer-control.c
+++ b/gvc-mixer-control.c
@@ -2748,7 +2748,7 @@ update_event_role_stream (GvcMixerControl *control,
max_volume = pa_cvolume_max (&info->volume);
gvc_mixer_stream_set_name (stream, _("System Sounds"));
- gvc_mixer_stream_set_icon_name (stream, "multimedia-volume-control");
+ gvc_mixer_stream_set_icon_name (stream, "emblem-system-symbolic");
gvc_mixer_stream_set_volume (stream, (guint)max_volume);
gvc_mixer_stream_set_is_muted (stream, info->mute);