[Xfce4-commits] [apps/xfce4-volumed-pulse] 42/62: fix icon name typo

noreply at xfce.org noreply at xfce.org
Thu Sep 8 10:33:04 CEST 2016


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

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

commit 21862f544eded91ed85ed8ea3153c61eef5f95e1
Author: Lionel Le Folgoc <lionel at lefolgoc.net>
Date:   Thu May 24 23:08:24 2012 +0200

    fix icon name typo
    
    NotifyOSD spec uses -zero instead, but I can't find it in elementary-xfce.
---
 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 6d19b42..340a332 100644
--- a/src/xvd_notify.c
+++ b/src/xvd_notify.c
@@ -69,7 +69,7 @@ xvd_notify_volume_notification(XvdInstance *Inst)
 {
 	guint32 vol = xvd_get_readable_volume (&Inst->volume);
 	if (vol == 0)
-		xvd_notify_notification (Inst, (Inst->mute) ? "audio-volume-muted" : "audio-volume-low", 0);
+		xvd_notify_notification (Inst, (Inst->mute) ? "audio-volume-muted" : "audio-volume-off", vol);
 	else if (vol < 34)
 		xvd_notify_notification (Inst, (Inst->mute) ? "audio-volume-muted" : "audio-volume-low", vol);
 	else if (vol < 67)

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


More information about the Xfce4-commits mailing list