Skip to content

Commit 1c41bab

Browse files
committed
Switch to xapp-symbolic-icons (XSI)
1 parent fa6121f commit 1c41bab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcvc/gvc-mixer-control.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2879,7 +2879,7 @@ update_event_role_stream (GvcMixerControl *control,
28792879
max_volume = pa_cvolume_max (&info->volume);
28802880

28812881
gvc_mixer_stream_set_name (stream, _("System Sounds"));
2882-
gvc_mixer_stream_set_icon_name (stream, "xapp-emblem-system-symbolic");
2882+
gvc_mixer_stream_set_icon_name (stream, "xsi-emblem-system-symbolic");
28832883
gvc_mixer_stream_set_volume (stream, (guint)max_volume);
28842884
gvc_mixer_stream_set_is_muted (stream, info->mute);
28852885

0 commit comments

Comments
 (0)