[Xfce4-commits] [apps/xfce4-volumed-pulse] 09/10: Use -volume-off icon for undershoot

noreply at xfce.org noreply at xfce.org
Wed Sep 14 03:15:17 CEST 2016


This is an automated email from the git hooks/post-receive script.

bluesabre pushed a commit to branch master
in repository apps/xfce4-volumed-pulse.

commit 48826a3329288dfe0a74aba66fcdbc01002492fb
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date:   Mon Sep 12 08:48:02 2016 +0200

    Use -volume-off icon for undershoot
    
    Otherwise the icon bumps back up from "off" to "low" at undershoot
    which looks odd and is misleading.
---
 src/xvd_notify.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/xvd_notify.c b/src/xvd_notify.c
index 63a4b1f..5dcd7c2 100644
--- a/src/xvd_notify.c
+++ b/src/xvd_notify.c
@@ -98,7 +98,7 @@ void
 xvd_notify_undershoot_notification(XvdInstance *Inst)
 {
 	xvd_notify_notification (Inst,
-	    (Inst->mute) ? ICON_AUDIO_VOLUME_MUTED : ICON_AUDIO_VOLUME_LOW,
+	    (Inst->mute) ? ICON_AUDIO_VOLUME_MUTED : ICON_AUDIO_VOLUME_OFF,
 	    (Inst->gauge_notifications) ? -1 : 0);
 }
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list