[Xfce4-commits] [apps/xfce4-volumed-pulse] 02/10: Fix value for enabling symbolic icons

noreply at xfce.org noreply at xfce.org
Wed Sep 14 03:15:10 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 fc37465480ca21b898758ffdb7d888e3339231da
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date:   Sun Sep 11 22:56:52 2016 +0200

    Fix value for enabling symbolic icons
---
 src/xvd_data_types.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/xvd_data_types.h b/src/xvd_data_types.h
index 99965a9..6b01777 100644
--- a/src/xvd_data_types.h
+++ b/src/xvd_data_types.h
@@ -43,7 +43,7 @@
 #define XFCONF_VOLUMED_PULSE_CHANNEL_NAME "xfce4-volumed-pulse"
 #define XFCONF_ICON_STYLE_PROP "/icon-style"
 #define ICONS_STYLE_NORMAL 0
-#define ICONS_STYLE_SYMBOLIC 0
+#define ICONS_STYLE_SYMBOLIC 1
 
 #define XVD_APPNAME "Xfce volume daemon"
 

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


More information about the Xfce4-commits mailing list