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
This commit is contained in:
Georges Basile Stavracas Neto 2019-06-14 15:02:17 -03:00
parent 3f457453f0
commit 468022b708
No known key found for this signature in database
GPG Key ID: 886C17EE170D1385

View File

@ -2748,7 +2748,7 @@ update_event_role_stream (GvcMixerControl *control,
max_volume = pa_cvolume_max (&info->volume); max_volume = pa_cvolume_max (&info->volume);
gvc_mixer_stream_set_name (stream, _("System Sounds")); 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_volume (stream, (guint)max_volume);
gvc_mixer_stream_set_is_muted (stream, info->mute); gvc_mixer_stream_set_is_muted (stream, info->mute);