From e27469555f2e2f2d8b7722507c50f15952f24bd1 Mon Sep 17 00:00:00 2001 From: Ratchanan Srirattanamet Date: Tue, 28 Apr 2020 01:01:51 +0700 Subject: Revert "Merge pull request #19 from mateosalta/patch-1" This attempt to fix the microphone icon in the sound indicator doesn't fix the problem and breaks the test. I decided to revert it so that when the correct fix is in place (which is outside the indicator), it'll work as intended. This reverts commit d73cef63a75cb313842436266f5158de6ac3fe07, reversing changes made to 9dd32c3ac9392a5412d8274cb198e0d6687e982c. --- src/sound-menu.vala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sound-menu.vala b/src/sound-menu.vala index ebde2a9..bcf2042 100644 --- a/src/sound-menu.vala +++ b/src/sound-menu.vala @@ -123,8 +123,8 @@ public class SoundMenu: Object set { if (value && !this.mic_volume_shown) { var slider = this.create_slider_menu_item (_("Microphone Volume"), "indicator.mic-volume", 0.0, 1.0, 0.01, - "audio-input-microphone-muted-symbolic", - "audio-input-microphone-symbolic", false); + "audio-input-microphone-low-zero-panel", + "audio-input-microphone-high-panel", false); volume_section.append_item (slider); this.mic_volume_shown = true; } -- cgit v1.2.3