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