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 <[email protected]> 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. _______________________________________________ Xfce4-commits mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce4-commits
