[Xfce4-commits] [apps/xfdashboard] 02/02: Rename __XFDASHBOARD_* to __LIBXFDASHBOARD_* also in template to generate enums.{h, c}
noreply at xfce.org
noreply at xfce.org
Wed Feb 24 22:02:28 CET 2016
This is an automated email from the git hooks/post-receive script.
nomad pushed a commit to branch master
in repository apps/xfdashboard.
commit f23d69335dd5acffe80412305ce794668604ccba
Author: Stephan Haller <nomad at froevel.de>
Date: Wed Feb 24 21:37:07 2016 +0100
Rename __XFDASHBOARD_* to __LIBXFDASHBOARD_* also in template to generate enums.{h,c}
---
libxfdashboard/enums.h.template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libxfdashboard/enums.h.template b/libxfdashboard/enums.h.template
index 0a8c903..2a895e8 100644
--- a/libxfdashboard/enums.h.template
+++ b/libxfdashboard/enums.h.template
@@ -22,8 +22,8 @@
*
*/
-#ifndef __XFDASHBOARD_ENUMS__
-#define __XFDASHBOARD_ENUMS__
+#ifndef __LIBXFDASHBOARD_ENUMS__
+#define __LIBXFDASHBOARD_ENUMS__
#include <glib-object.h>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list