Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_checkbutton.h 


Log Message:
- correct macro name

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_checkbutton.h,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -3 -r1.18 -r1.19
--- ewl_checkbutton.h   4 Mar 2007 00:52:01 -0000       1.18
+++ ewl_checkbutton.h   6 Mar 2007 07:51:39 -0000       1.19
@@ -30,7 +30,7 @@
  * @def EWL_CHECKBUTTON_IS(w)
  * Returns TRUE if the widget is an Ewl_Checkbutton, FALSE otherwise
  */
-#define EWL_CHECKBUTTONBUTTON_IS(w) (ewl_widget_type_is(EWL_WIDGET(w), 
EWL_CHECKBUTTONBUTTON_TYPE))
+#define EWL_CHECKBUTTON_IS(w) (ewl_widget_type_is(EWL_WIDGET(w), 
EWL_CHECKBUTTON_TYPE))
 
 /**
  * The button class is a basic button with a label. This class is inherited by



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to