[Xfce4-commits] [apps/xfdashboard] 02/02: Fix enum generation for XFDASHBOARD_BUTTON_STYLE
noreply at xfce.org
noreply at xfce.org
Thu Aug 13 21:11:00 CEST 2015
This is an automated email from the git hooks/post-receive script.
nomad pushed a commit to branch master
in repository apps/xfdashboard.
commit 6d3e9f2ad548cf8d0cc6cda2d9c871b0246b1b7d
Author: Stephan Haller <nomad at froevel.de>
Date: Thu Aug 13 21:10:47 2015 +0200
Fix enum generation for XFDASHBOARD_BUTTON_STYLE
---
xfdashboard/button.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xfdashboard/button.h b/xfdashboard/button.h
index f858a42..2412d75 100644
--- a/xfdashboard/button.h
+++ b/xfdashboard/button.h
@@ -41,7 +41,7 @@ G_BEGIN_DECLS
*
* Determines the style of an actor, e.g. text labels and icons at buttons.
*/
-typedef enum /*< prefix=XFDASHBOARD_STYLE >*/
+typedef enum /*< prefix=XFDASHBOARD_BUTTON_STYLE >*/
{
XFDASHBOARD_BUTTON_STYLE_TEXT=0,
XFDASHBOARD_BUTTON_STYLE_ICON,
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list